mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
GetOwners() always returned a slice of pointers to the last value. Because slice ranging reuses the same local variable.
GetOwners() always returned a slice of pointers to the last value. Because slice ranging reuses the same local variable.