We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90b34c + db38986 commit de24568Copy full SHA for de24568
smack-my-bitch-up.sh
@@ -29,7 +29,7 @@ MESSAGE="Late at work. "$RANDOM_REASON
29
# Send a text message
30
RESPONSE=`curl -fSs -u "$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN" \
31
-d "From=$MY_NUMBER" -d "To=$HER_NUMBER" -d "Body=$MESSAGE" \
32
- "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"`
33
34
# Log errors
35
if [ $? -gt 0 ]; then
0 commit comments