Skip to content

Commit 556dee6

Browse files
committed
Update Examples/eg008CreateTemplate.sh
1 parent 06497be commit 556dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/eg008CreateTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ echo ""
181181
echo "Results:"
182182
cat $response
183183

184-
# pull out the envelopeId
184+
# pull out the template id
185185
TEMPLATE_ID=`cat $response | grep templateId | sed 's/.*\"templateId\": \"//' | sed 's/\",.*//'`
186186
echo ""
187187
echo "Template '${template_name}' was created! Template ID ${TEMPLATE_ID}."

0 commit comments

Comments
 (0)