Skip to content

Commit

Permalink
@ teracyhq#469 | gitsynch should not auto update repos when there are…
Browse files Browse the repository at this point in the history
… untracked changes: update warning message
  • Loading branch information
hoatle committed Sep 27, 2018
1 parent 432f3a7 commit c91607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teracy-dev/location/git_synch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def sync(location, sync_existing)
end

if git_stage_has_untracked_changes?
@logger.warn("Git stage has untracked changes, abort!\n #{`git status`}")
@logger.warn("`#{path}` has untracked changes, auto update is aborted!\n #{`git status`}")

return false
end
Expand Down

0 comments on commit c91607a

Please sign in to comment.