Skip to content

Commit 3f4f01b

Browse files
mitchell-asNaatan
andauthored
Update internal/runners/use/show.go
Co-authored-by: Nathan Rijksen <n.rijksen@gmail.com>
1 parent b42e053 commit 3f4f01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/runners/use/show.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (s *Show) Run() error {
4646
if errs.Matches(err, &projectfile.ErrorNoProject{}) {
4747
return locale.WrapError(err,
4848
"err_use_show_default_project_does_not_exist",
49-
"The default project no longer exists. Please either check it out again or run [ACTIONABLE]state use reset[/RESET].")
49+
"The default project no longer exists. Please either check it out again with [ACTIONABLE]state checkout[/RESET] or run [ACTIONABLE]state use reset[/RESET] to unset your default project.")
5050
}
5151
return locale.WrapError(err, "err_use_show_get_project", "Could not get default project.")
5252
}

0 commit comments

Comments
 (0)