Skip to content

Commit

Permalink
Fix mktemp invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 11, 2024
1 parent 45f8768 commit b910c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
export COMMIT_ID="$GITHUB_SHA"
# Checkout the SVN repository
export SVN_DIR="$(mktemp)/svn-repo"
mkdir -p "$SVN_DIR"
export SVN_DIR="$(mktemp -d)/svn-repo"
svn co \
"https://dist.apache.org/repos/dist/dev/logging/$PROJECT_ID" \
"$SVN_DIR"
Expand Down

0 comments on commit b910c1f

Please sign in to comment.