Fixed argument handling in `.travis/trigger_docker_build.sh`. (#10546)

This should have gone in with #10545 but I forgot to commit it after
testing before opening the PR.
This commit is contained in:
Austin S. Hemmelgarn 2021-01-22 09:35:04 -05:00 committed by GitHub
parent d0a54068a3
commit beaeafc1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
token="${0}"
version="${1}"
token="${1}"
version="${2}"
resp="$(curl -X POST \
-H 'Accept: application/vnd.github.v3+json' \