File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 99# Check that a workspace exists
1010workspace_id=$( cat config/WORKSPACE_ID)
1111if [ -z " $workspace_id " ]; then
12- echo " Please create a workspace before running this example "
12+ echo " Please run the create Workspace example before running this code. "
1313 exit 0
1414fi
1515
1616# Check that a workspace creator ID exists
1717workspace_creator_id=$( cat config/WORKSPACE_CREATOR_ID)
1818if [ -z " $workspace_creator_id " ]; then
19- echo " No creator ID was recorded. Please create a workspace before running this example "
19+ echo " No creator ID was recorded. Please run the create Workspace example before running this code. "
2020 exit 0
2121fi
2222
@@ -106,3 +106,4 @@ rm "$response"
106106rm " $request_data "
107107
108108
109+
You can’t perform that action at this time.
0 commit comments