From 5d107ae2cad4bac7bfbce37a74fcca7df9235956 Mon Sep 17 00:00:00 2001 From: informaticker Date: Tue, 2 Jul 2024 13:29:18 +0000 Subject: [PATCH] Fixed username in deploy script --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index ff66d53..07b11b4 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,8 +2,8 @@ # IMPORTANT!! # Change this to your github username. # (lowercase or else docker will complain) -GITHUB_USERNAME="informaticker" -#GITHUB_USERNAME="your_github_username" +#GITHUB_USERNAME="informaticker" +GITHUB_USERNAME="your_github_username" VERSION="v1" show_progress() { local current=$1