Skip to content

Commit bd2f2c5

Browse files
authored
improve set profile error message (#362)
1 parent 5601f19 commit bd2f2c5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

internal/pkg/errors/errors.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ Please double check if they are correctly configured.
3838
For more details run:
3939
$ stackit auth activate-service-account -h`
4040

41-
SET_INEXISTENT_PROFILE = `the active configuration profile %[1]q does not exist.
42-
43-
To unset it, run:
44-
$ stackit config profile unset
41+
SET_INEXISTENT_PROFILE = `the configuration profile %[1]q you are trying to set doesn't exist.
4542
4643
To create it, run:
4744
$ stackit config profile create %[1]q`

0 commit comments

Comments
 (0)