bin/pgit in pgit-0.0.3 vs bin/pgit in pgit-0.0.4

- old
+ new

@@ -23,10 +23,10 @@ # flag [:'api-token'] desc "Installs the pgit configuration file" command :install do |c| c.action do |global_options,options,args| - PGit::Installer.new(global_options, options, args) + PGit::Installer::Configuration.new(global_options, options, args) end end # desc 'Start, finish, etc. Pivotal Tracker story branches' desc 'Start Pivotal Tracker story branches'