summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 4f2b203a..a8d012d2 100644
--- a/project.py
+++ b/project.py
@@ -2227,7 +2227,7 @@ class Project(object):
2227 if filecmp.cmp(stock_hook, dst, shallow=False): 2227 if filecmp.cmp(stock_hook, dst, shallow=False):
2228 os.remove(dst) 2228 os.remove(dst)
2229 else: 2229 else:
2230 _error("%s: Not replacing %s hook", self.relpath, name) 2230 _warn("%s: Not replacing locally modified %s hook", self.relpath, name)
2231 continue 2231 continue
2232 try: 2232 try:
2233 os.symlink(os.path.relpath(stock_hook, os.path.dirname(dst)), dst) 2233 os.symlink(os.path.relpath(stock_hook, os.path.dirname(dst)), dst)