Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobson93 committed Jul 17, 2023
1 parent f1225f5 commit fc680e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/hcp/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ func loadManagementToken(dir string) (string, error) {
name := filepath.Join(dir, tokenFileName)
bytes, err := os.ReadFile(name)
if os.IsNotExist(err) {
// A missing management token is not an error, if none was provided by HCP
return "", errors.New("configuration files on disk are incomplete, missing: " + name)
}
if err != nil {
Expand Down

0 comments on commit fc680e8

Please sign in to comment.