Skip to content

Commit 1366360

Browse files
committed
Merge pull request NARKOZ#50 from Goldenson/patch-2
Update smack_my_bitch_up.rb
2 parents 0bbaae7 + 5606672 commit 1366360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smack_my_bitch_up.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22

33
# Exit early if no sessions with my username are found
4-
exit if `who -q`.include? ENV['USER']
4+
exit unless `who -q`.include? ENV['USER']
55

66
require 'dotenv'
77
require 'twilio-ruby'

0 commit comments

Comments
 (0)