Skip to content

Commit b061ec0

Browse files
Update eg005CreateUploadRequest.sh
Signed-off-by: CassandraLoewen <[email protected]>
1 parent 12e3280 commit b061ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Workspaces/eg005CreateUploadRequest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
if [[ $SHELL != *"bash"* ]]; then
@@ -123,3 +123,4 @@ echo "Workspace upload request created! ID: ${upload_request_id}"
123123

124124
rm "$response"
125125
rm "$request_data"
126+

0 commit comments

Comments
 (0)