-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove rad app switch reference from the error message #7083
Conversation
Signed-off-by: Akshay Rohilla <[email protected]>
@@ -166,8 +166,8 @@ func RequireApplicationArgs(cmd *cobra.Command, args []string, workspace workspa | |||
} | |||
|
|||
if applicationName == "" { | |||
return "", fmt.Errorf("no application name provided and no default application set, " + | |||
"either pass in an application name or set a default application by using `rad application switch`") | |||
return "", fmt.Errorf("no application name provided, " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Thanks @akshayrohilla for your contribution ! |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Thanks for your contribution @akshayrohilla ! |
…t#7083) # Description Updated the error message to remove the reference of rad application switch command. ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request fixes a bug in Radius and has an approved issue (issue link required). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: radius-project#7078 Signed-off-by: Akshay Rohilla <[email protected]>
Description
Updated the error message to remove the reference of rad application switch command.
Type of change
Fixes: #7078