summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-03-01 11:45:55 +0100
committerMS <ms@taler.net>2021-03-01 11:45:55 +0100
commit04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8 (patch)
tree3cdf89e400dd7239be9495b5051eeef49249e5c4
parent2df6be1f400911a5bd143b5c0eb0a8473c901f81 (diff)
downloaddeployment-04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8.tar.gz
deployment-04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8.tar.bz2
deployment-04e4db1b0f97b4ea75b7caa0ba44ab21340cefd8.zip
fix string format
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 1bb85df..15f5f9d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -631,7 +631,7 @@ def setup_service(systemd_unit):
# file needs to be installed now.
split_filename = systemd_unit.split(".")
if "timer" == split_filename[-1]:
- copy(Path.home() / "deployment" / "systemd-services" / split_filename[0] + ".service", sc_path)
+ copy(Path.home() / "deployment" / "systemd-services" / f"{split_filename[0]}.service", sc_path)
subprocess.run(
[