From b91ca3d8406834c21d207a106c5b59a7eb7f644e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 2 Jul 2018 12:48:57 +0300 Subject: Fix: config file name --- hetznertool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetznertool b/hetznertool index f611acb..8f077c9 100755 --- a/hetznertool +++ b/hetznertool @@ -11,7 +11,7 @@ import tempfile import yaml -CONFIG_FILENAME = os.path.expanduser('~/.config/hetznertool/hetznertool2.yaml') +CONFIG_FILENAME = os.path.expanduser('~/.config/hetznertool/hetznertool.yaml') expect_script='''\ -- cgit v1.2.1