Skip to content

Commit

Permalink
Update git.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtindell authored Jun 19, 2018
1 parent 4ab799b commit dfb7ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/batali/origin/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def units
def load_metadata
fetch_repo
original_path = path.dup
self.path = Utility.path_join(*[path, subdirectory].compact)
self.path = Utility.join_path(*[path, subdirectory].compact)
result = super
self.path = original_path
result
Expand Down

0 comments on commit dfb7ed7

Please sign in to comment.