From 9376a87caa145f336a14e77b5855abb2e1d3c74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 29 May 2026 16:02:09 +0200 Subject: [PATCH] Added duration unit. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 85b3614..4286403 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -790,7 +790,7 @@ export FOREGROUND="212" export GUM_INPUT_PADDING="1 1" export GUM_INPUT_HEADER_FOREGROUND="212" export GUM_INPUT_CURSOR_FOREGROUND="212" -export GUM_INPUT_TIMEOUT="3600" +export GUM_INPUT_TIMEOUT="3600s" # --- DEFAULTS VARIABLES ---<