Skip to content

Commit

Permalink
Fix shebang for bin/pod to reflect change to ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
kommen committed Feb 20, 2012
1 parent 70ca382 commit be6ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pod
@@ -1,4 +1,4 @@
#!/usr/bin/env macruby
#!/usr/bin/env ruby

if $0 == __FILE__
$:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
Expand Down

0 comments on commit be6ba8b

Please sign in to comment.