Skip to content

Commit 13c61b5

Browse files
Update eg005CreateUploadRequest.sh
Signed-off-by: CassandraLoewen <[email protected]>
1 parent 8f875d3 commit 13c61b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/Workspaces/eg005CreateUploadRequest.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ fi
99
# Check that a workspace exists
1010
workspace_id=$(cat config/WORKSPACE_ID)
1111
if [ -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
1414
fi
1515

1616
# Check that a workspace creator ID exists
1717
workspace_creator_id=$(cat config/WORKSPACE_CREATOR_ID)
1818
if [ -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
2121
fi
2222

@@ -106,3 +106,4 @@ rm "$response"
106106
rm "$request_data"
107107

108108

109+

0 commit comments

Comments
 (0)