From 6d15284c657b9644daf886723d91110185f4ccca Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 14 Feb 2024 21:05:22 +0000 Subject: [PATCH] dont change the ownership? --- publish | 1 + 1 file changed, 1 insertion(+) diff --git a/publish b/publish index a7d2615..0b9cf2c 100755 --- a/publish +++ b/publish @@ -1,6 +1,7 @@ #!/usr/bin/env sh # commit and push... +# shellcheck disable=SC2145 git add .;git commit -m"$@";git push -u origin master rm -rf public # destroy the old build first