We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb49a2f commit 61c423eCopy full SHA for 61c423e
1 file changed
justfile
@@ -20,7 +20,7 @@ create-impl *args:
20
source ./tools/ci/general.sh
21
22
template="$1"
23
- destination="$(mkdir -p "$2" && cd "$2" && pwd)" # Make absolute.
+ destination="$(realpath "$2")" # Make absolute (resolve symlinks etc...)
24
args=("${@:3}")
25
26
[[ "$template" =~ generic|rust|go|python ]] ||
0 commit comments