Skip to content

Commit

Permalink
Update addMessage.sh: Fix assignment of URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 31, 2024
1 parent 9784b73 commit 8c78aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/addMessage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
"--url")
URL="true"
URL="${2}"
shift
;;
-*)
Expand Down

0 comments on commit 8c78aa0

Please sign in to comment.