Had an issue with $f not being subbed for the actual filename in the curl command
This commit is contained in:
parent
c75fba471e
commit
9e7b9d806b
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
for f in tests/Browser/screenshots/*.png
|
||||
do
|
||||
curl -F 'upload=@$f' -F 'format=txt' http://uploads.im/api
|
||||
curl -F "upload=@$f" -F "format=txt" http://uploads.im/api
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue