bin/alfred_git in alfred_git-0.2.0 vs bin/alfred_git in alfred_git-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
require 'alfred_git'
-helper = AlfredGit::AlfredGit.new
+alfred = AlfredGit::AlfredGit.new
-helper.config if ARGV[0] == 'config'
+alfred.config if ARGV[0] == 'config'
-helper.alfred(ARGV)
+alfred.alfred(ARGV)
\ No newline at end of file