diff --git a/docs/justfile b/docs/justfile index 092c6544..e4cf4564 100644 --- a/docs/justfile +++ b/docs/justfile @@ -1,7 +1,3 @@ -# This doesn't do anything, but is a placeholder for a future feature -# see: https://github.com/casey/just/issues/2290 -set min-just-version := '1.38.0' - # Default command (list all commands) default: @just --list diff --git a/justfile b/justfile index 0e6cd47d..4b9f98ce 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,7 @@ +# This doesn't do anything, but is a placeholder for a future feature +# see: https://github.com/casey/just/issues/2290 +# set min-just-version := '1.38.0' + # Default command (list all commands) default: @just --list