From e04e0a05a22b29bf96a4c8deb0638ee0c4d20573 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 10 Aug 2026 18:35:52 +0400 Subject: [PATCH] devmode --- lib/devmode.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/devmode.bash b/lib/devmode.bash index caeba87..d50cdc0 100755 --- a/lib/devmode.bash +++ b/lib/devmode.bash @@ -1,7 +1,7 @@ #!/usr/bin/env miaou-bash # Constants -GIT_URL=https://git.artcode.re/miaou/miaou-bash +GIT_URL=git@git.artcode.re:miaou/miaou-bash.git # Functions @@ -12,7 +12,7 @@ function assert_normal_user { function assert_credentials { local base_url - base_url=$(echo "$GIT_URL" | cut -d/ -f3) + base_url=$(echo "$GIT_URL" | cut -d: -f0) if ! ssh -T "git@${base_url}"; then echo "credentials missing: $base_url" return 2