Skip to content

Commit 73cae22

Browse files
committed
Update Examples/eg007EnvelopeGetDoc.sh
1 parent a182fe5 commit 73cae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/eg007EnvelopeGetDoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ done
5252

5353
echo ""
5454
echo "Sending the EnvelopeDocuments::get request to DocuSign..."
55-
echo "The document(s) are stored in file ${output_file}${output_file_extension}"
5655
echo ""
5756

5857
curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
@@ -61,6 +60,7 @@ curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
6160
--output ${output_file}${output_file_extension}
6261

6362
echo ""
63+
echo "The document(s) are stored in file ${output_file}${output_file_extension}"
6464
echo ""
6565
echo "Done."
6666
echo ""

0 commit comments

Comments
 (0)