diff --git a/justfile b/justfile index cc3e95e..b4e4048 100644 --- a/justfile +++ b/justfile @@ -826,7 +826,7 @@ checkout-commit-in-worktree $commit=`just _a_commit`: _a_wt_type: #!/usr/bin/env -S bash -euo pipefail #gum choose feat fix init bump doc migrate backport drop tmp tmp-bump tmp-fix tmp-backport - wt_type=$(gum choose feat fix init bump doc migrate backport drop) + wt_type=$(gum choose feat fix init bump doc migrate backport drop test) if gum confirm "Use tmp worktree?"; then echo "tmp-$wt_type" else