Skip to content

Commit

Permalink
Merge pull request #23 from mikafouenski/patch-1
Browse files Browse the repository at this point in the history
Fix notification when inputing multiple words
  • Loading branch information
mashlol authored Jun 24, 2017
2 parents e81ae5e + d6c858a commit 84cd274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ do
shift
;;
-t|--text)
TEXT="$2"
TEXT=$(sed 's/ /%20/g' <<< "$2")
shift
;;
*)
Expand Down

0 comments on commit 84cd274

Please sign in to comment.