diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 93e3209..9662b43 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,7 +21,7 @@ TAG="0.0.2" REPO="https://git.vdb.to/LaconicNetwork/laconic-dot-com" # Get the commit hash for the tag using GitHub API -COMMIT_HASH=$(`git log -1 --format="%H"`) +COMMIT_HASH=`git log -1 --format="%H"` # Create temporary files