Skip to content

Commit 950ec88

Browse files
authored
Update errors.go
Fix whitespace in PROFILE_ALREADY_EXISTS error message
1 parent 200d64b commit 950ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/errors/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To enable it, run:
154154
PROFILE_ALREADY_EXISTS = `profile %[1]q already exists.
155155
156156
To delete it, run:
157-
$ stackit config profile delete %[1]s`
157+
$ stackit config profile delete %[1]s`
158158
)
159159

160160
type ServerNicAttachMissingNicIdError struct {

0 commit comments

Comments
 (0)