scrumninja-git-cli 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/scrum_ninja_git_cli.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/lib/scrum_ninja_git_cli.rb
CHANGED
@@ -143,7 +143,7 @@ module ScrumNinjaGitCli
|
|
143
143
|
end
|
144
144
|
|
145
145
|
def session
|
146
|
-
@session ||= ScrumNinja::Session.new(:project_dir =>
|
146
|
+
@session ||= ScrumNinja::Session.new(:project_dir => git_wrapper.locate_git_repo_root)
|
147
147
|
end
|
148
148
|
|
149
149
|
def print_message(message)
|