Skip to content

Commit

Permalink
docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 26, 2023
1 parent 2e52bca commit 34fdf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func GetTokenFromAkeylessCommandLine() (string, error) {
cmdStr := os.Getenv("AKEYLESS_CLI_AUTHENTICATION_TOKEN_COMMAND")
if cmdStr == "" {
return "", errors.New("AKEYLESS_CLI_AUTHENTICATION_TOKEN_COMMAND environment variable is not set")
return "", errors.New("the AKEYLESS_CLI_AUTHENTICATION_TOKEN_COMMAND environment variable is not set")
}

cmdParts := strings.Fields(cmdStr)
Expand Down

0 comments on commit 34fdf25

Please sign in to comment.