Skip to content

Commit 6656570

Browse files
fix review feedback
1 parent b1cd477 commit 6656570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rofl/common/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func MaybeLoadManifestAndSetNPA(cfg *cliConfig.Config, npa *common.NPASelection,
7272
return nil, "", nil, fmt.Errorf("no deployments configured\nHint: use `oasis rofl create` to register a new ROFL app and create a deployment")
7373
}
7474
printAvailableDeployments(manifest)
75-
return nil, "", nil, fmt.Errorf("no default deployment configured\nHint: use `oasis rofl set-default <name>` to set a default deployment")
75+
return nil, "", nil, fmt.Errorf("no deployment selected\nHint: Run this command with --deployment to select one or `oasis rofl set-default <name>` to set a default deployment")
7676
}
7777

7878
d, ok := manifest.Deployments[deployment]

0 commit comments

Comments
 (0)