diff --git a/hangover.sh b/hangover.sh index 210750b..bd211ec 100755 --- a/hangover.sh +++ b/hangover.sh @@ -30,7 +30,7 @@ MESSAGE="Gonna work from home. "$RANDOM_EXCUSE # Send a text message RESPONSE=`curl -fSs -u "$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN" \ -d "From=$MY_NUMBER" -d "To=$NUMBER_OF_BOSS" -d "Body=$MESSAGE" \ - "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/SMS/Messages"` + "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages"` # Log errors if [ $? -gt 0 ]; then