Skip to content

Commit

Permalink
fixup! Stub out the configuration command and return an error
Browse files Browse the repository at this point in the history
Reword error message
  • Loading branch information
adamwg committed May 13, 2024
1 parent af6005b commit 2f4cf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/up/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ type Cmd struct {
}

func (c *Cmd) Run(ctx context.Context, p pterm.TextPrinter) error {
return errors.New("Configurations are not supported in Upbound Spaces")
return errors.New("Configurations are no longer supported in Upbound")
}

0 comments on commit 2f4cf0f

Please sign in to comment.