diff --git a/cmd/placeholder-name/main.go b/cmd/placeholder-name/main.go index 7d6afdb3..07c13d02 100644 --- a/cmd/placeholder-name/main.go +++ b/cmd/placeholder-name/main.go @@ -53,7 +53,7 @@ func run(envGetter envGetter, tokenExchanger tokenExchanger, outputWriter io.Wri err = json.NewEncoder(outputWriter).Encode(execCredential) if err != nil { - return fmt.Errorf("failed to marshall response to stdout: %w", err) + return fmt.Errorf("failed to marshal response to stdout: %w", err) } return nil