Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Sep 17, 2016
1 parent 00243e8 commit 5c3acf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/alloc_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ func (r *AllocRunner) recoverVaultTokens() error {
return fmt.Errorf("failed to determine task %s secret dir in alloc %q: %v", task, r.alloc.ID, err)
}

// Write the token to the file system
// Read the token from the secret directory
tokenPath := filepath.Join(secretDir, vaultTokenFile)
data, err := ioutil.ReadFile(tokenPath)
if err != nil {
Expand Down

0 comments on commit 5c3acf1

Please sign in to comment.