Skip to content

Commit 6ef0618

Browse files
committed
messaging
1 parent 98d5886 commit 6ef0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/open/open.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func openVsCodeWithSSH(
240240
func(value bool) (bool, error) {
241241
if value {
242242
// todo log original error to sentry
243-
return true, errors.New("brev open is currently not supported in a brev when accessed via the brev shell command. Please run brev open locally instead")
243+
return true, errors.New("you are in a remote brev environment; brev open is not supported. Please run brev open locally instead")
244244
}
245245
return false, breverrors.WrapAndTrace(err)
246246
},

0 commit comments

Comments
 (0)