Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-exec gcloud token source when we refresh (#1017)
Previously, this was storing a single exec.Command, but that gets consumed when it gets Run, failing with: exec: already started This will re-exec the gcloud when needed.
- Loading branch information