Skip to content

Commit

Permalink
s/mktmp/mktemp/g
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Aug 26, 2024
1 parent 3484810 commit 30c8a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/prime-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [[ ! ${HELIDON_VERSION} == *-SNAPSHOT ]]; then
exit 0
fi

cd "$(mktmp -d)"
cd "$(mktemp -d)"

git clone ${HELIDON_REPO} --branch ${HELIDON_BRANCH} --single-branch --depth 1
cd helidon
Expand Down

0 comments on commit 30c8a86

Please sign in to comment.