Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Oct 6, 2023
1 parent 7bba4d5 commit ddc6ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloudexec/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func processOpValue(value string) (string, error) {
cmd.Stderr = &stderr
output, err := cmd.Output()
if err != nil {
// err says "exit status 1" so not very helpful, omit it from the following message
// err says "exit status 1" so not very helpful, omit it from the following message
return "", fmt.Errorf("Failed to process 1password reference for %s: %s", value, stderr.String())
}
return strings.TrimSpace(string(output)), nil
Expand Down

0 comments on commit ddc6ce1

Please sign in to comment.