Skip to content

Commit 1c017bd

Browse files
author
Sandeep parmar
committed
removed echo
1 parent e4b3562 commit 1c017bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snippets/curl/get_nb_images.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ param1="filter=policyType eq 'Standard'"
9292
### To use filter page[limit] in URI, The key 'page[limit]' must be url encoded already. ###
9393
### Curl --data-urlencode encodes only the content part of the data of the form 'name=content' ###
9494
param2="$(uriencode 'page[limit]')=10" #op: page%5Blimit%5D=10
95-
echo $param2
9695

9796
##############jobs##############
9897

0 commit comments

Comments
 (0)