Skip to content

Commit

Permalink
Merge pull request #3 from lineguy/fix-release
Browse files Browse the repository at this point in the history
init
  • Loading branch information
aturnr authored May 13, 2021
2 parents 537134c + e4453bf commit f11470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ parse_params() {
args=("$@")

# check required params and arguments
[[ -z "${param-}" ]] && die "Missing required parameter: param"
# [[ -z "${param-}" ]] && die "Missing required parameter: param"
[[ ${#args[@]} -eq 0 ]] && die "Missing script arguments"

return 0
Expand Down

0 comments on commit f11470a

Please sign in to comment.