Explorar el Código

build(release): fix double echo

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
18309b0160
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Justfile

+ 1 - 1
Justfile

@@ -108,7 +108,7 @@ release:
     git checkout -b "cafk-release-v{{new_version}}"
     git commit -asm "chore: release eza v{{new_version}}"
     git push
-    echo "waiting 10 seconds for github to catch up..."
+    @echo "waiting 10 seconds for github to catch up..."
     sleep 10
     gh pr create --draft --title "chore: release v{{new_version}}" --body "This PR was auto-generated by our lovely just file" --reviewer cafkafk 
     @echo "Now go review that and come back and run gh-release"