lib/rgitflow/tasks/feature/tasks.rb in rgitflow-0.2.0.pre.alpha.pre.21 vs lib/rgitflow/tasks/feature/tasks.rb in rgitflow-0.2.0.pre.alpha.pre.22

- old
+ new

@@ -13,10 +13,10 @@ end attr_reader :git def initialize(git = nil) - @git = git || Git.open(Pathname.pwd) + @git = git || Git.open(Dir.pwd) end def install Start.new @git Finish.new @git \ No newline at end of file