From c91607a621aa3989a22bee97655a052d7aad79b0 Mon Sep 17 00:00:00 2001 From: hoatle Date: Thu, 27 Sep 2018 18:07:44 +0700 Subject: [PATCH] @ #469 | gitsynch should not auto update repos when there are untracked changes: update warning message --- lib/teracy-dev/location/git_synch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teracy-dev/location/git_synch.rb b/lib/teracy-dev/location/git_synch.rb index 4b8a012f..2677fddb 100644 --- a/lib/teracy-dev/location/git_synch.rb +++ b/lib/teracy-dev/location/git_synch.rb @@ -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