Skip to content

Commit

Permalink
Merge pull request #4 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 f11470a + a67d58f commit 8e93562
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 @@ -77,7 +77,7 @@ parse_params() {

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

return 0
}
Expand Down

0 comments on commit 8e93562

Please sign in to comment.