Skip to content

Commit

Permalink
Fixed hard-coding of a message path from testing in abaco-submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Aug 1, 2019
1 parent b9d6cdb commit 4328e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abaco-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [[ ! -z "${filetoupload}" ]]; then
# msg=$(cat ${filetoupload})
# msg=$(<${filetoupload})
# VALIDATES and compacts the JSON document
msg=$(jq -c . <tests/create.json)
msg=$(jq -c . <${filetoupload})
if [[ ! "${msg}" ]]; then
warn "Value of option -F overrode the value passed for -m"
fi
Expand Down

0 comments on commit 4328e8c

Please sign in to comment.