From b5310338656ec9980526a4f6c1f1fb735a58b537 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 22 Feb 2024 04:59:34 +0100 Subject: [PATCH] ci: fix typo --- .tci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tci b/.tci index dfb643f..adf484c 100755 --- a/.tci +++ b/.tci @@ -2,5 +2,5 @@ cargo build --release systemctl --user stop mumble-stats -cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api -systemctl --user start mumble-sats +cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api +systemctl --user start mumble-stats