Skip to content

Commit f18726e

Browse files
committed
change err msg
1 parent df2996c commit f18726e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/latch/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def current_workspace() -> str:
185185
return ws
186186

187187
raise NoWorkspaceSelectedError(
188-
"No workspace selected. Make sure you have access to a workspace, then run `latch workspace` to choose one or set `LATCH_WORKSPACE`."
188+
"No workspaces found. Please create a workspace at https://console.latch.bio before proceeding."
189189
)
190190

191191

0 commit comments

Comments
 (0)