From f848940a4e5753204872fc899ded66b2dcdfd284 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 11 Sep 2023 18:18:11 +0200 Subject: [PATCH] fix: [0km] correct typo preventing ``vps-update`` action to work --- bin/0km | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/0km b/bin/0km index d932cd0..855893e 100755 --- a/bin/0km +++ b/bin/0km @@ -829,7 +829,7 @@ vps_install_backup() { } -vps_udpate() { +vps_update() { local vps="$1" vps_connection_check "$vps" || return 1 ssh:run "root@$vps" -- myc-update