summaryrefslogtreecommitdiff
path: root/hetznertool
diff options
context:
space:
mode:
Diffstat (limited to 'hetznertool')
-rwxr-xr-xhetznertool2
1 files changed, 1 insertions, 1 deletions
diff --git a/hetznertool b/hetznertool
index 3608177..18a86fa 100755
--- a/hetznertool
+++ b/hetznertool
@@ -217,7 +217,7 @@ def update_zone_file(style, domain, kick, args, dirname, basename):
filenames = [basename]
if serial is not None:
filename.append(serial)
- subprocess.check_call(
+ subprocess.call(
['git', 'commit', '-m', 'automatic zone update'] + filenames,
cwd=dirname)