Index: tools/push-to-trunk/auto_push.py |
diff --git a/tools/push-to-trunk/auto_push.py b/tools/push-to-trunk/auto_push.py |
index aeaea805b1c983f2823cc2b52830aa46bfe84b02..5a061f6635944281b48c3add7b68c4548c996cd1 100755 |
--- a/tools/push-to-trunk/auto_push.py |
+++ b/tools/push-to-trunk/auto_push.py |
@@ -40,7 +40,6 @@ SETTINGS_LOCATION = "SETTINGS_LOCATION" |
CONFIG = { |
PERSISTFILE_BASENAME: "/tmp/v8-auto-push-tempfile", |
- DOT_GIT_LOCATION: ".git", |
SETTINGS_LOCATION: "~/.auto-roll", |
} |
@@ -51,7 +50,7 @@ class Preparation(Step): |
MESSAGE = "Preparation." |
def RunStep(self): |
- self.InitialEnvironmentChecks() |
+ self.InitialEnvironmentChecks(self.default_cwd) |
self.CommonPrepare() |