about summary refs log tree commit diff
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-24 12:08:36 +0100
committerRory& <root@rory.gay>2024-01-24 12:08:36 +0100
commitebb775340a8198247113b9a3374cfda159a9fe3c (patch)
tree36ec2b971004d5a3bf9df7605d064554f22b3ea0 /scripts/deploy.sh
parentLibMatrix update, refactor login page, add web manifest (diff)
downloadMatrixUtils-ebb775340a8198247113b9a3374cfda159a9fe3c.tar.xz
Minor cleanup of file tree
Diffstat (limited to '')
-rwxr-xr-xscripts/deploy.sh (renamed from deploy.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/scripts/deploy.sh

index dd91c42..df79ace 100755 --- a/deploy.sh +++ b/scripts/deploy.sh
@@ -4,7 +4,7 @@ then echo "tree is clean" else echo "tree is dirty, please commit changes before running this" - exit +# exit fi BASE_DIR=`pwd`