mirror of
https://github.com/zhigang1992/actions.git
synced 2026-04-29 12:25:26 +08:00
use posix compliant brackets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
if [[ -z "$1" ]] ; then
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Payload argument must be set. Usage: deployment-get-payload <payload>"
|
||||
exit 64
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user