Skip to content

Commit 0045fd6

Browse files
committed
Fix %v
1 parent fda177d commit 0045fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/dashboard/create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func runCreateCommand(cmd *cobra.Command, args []string) {
5959

6060
cred, err := config.RetrieveCredentials()
6161
if err != nil {
62-
feedback.Errorf("Error during dashboard create: retrieving credentials: %w", err)
62+
feedback.Errorf("Error during dashboard create: retrieving credentials: %v", err)
6363
os.Exit(errorcodes.ErrGeneric)
6464
}
6565

0 commit comments

Comments
 (0)