File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Send an Workspace Envelope with Recipient Info
2+ # Create a workspace upload request
33#
44# Check that we're in a bash shell
55if [[ $SHELL != * " bash" * ]]; then
99# Check that a workspace exists
1010workspace_id=$( cat config/WORKSPACE_ID)
1111if [ -z " $workspace_id " ]; then
12- echo " Please run the create Workspace example before running this code."
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 run the create Workspace example before running this code."
19+ echo " No creator ID was recorded. Please run the Create Workspace example before running this code."
2020 exit 0
2121fi
2222
@@ -107,3 +107,4 @@ rm "$request_data"
107107
108108
109109
110+
You can’t perform that action at this time.
0 commit comments