Skip to content

Commit

Permalink
run readlink w/o echo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Jul 28, 2024
1 parent 472a552 commit b73ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-13-tmpdir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
run: |
echo "TMPDIR=$TMPDIR"
mkdir -p $TMPDIR
echo "readlink TMPDIR=$(readlink $TMPDIR)"
readlink $TMPDIR

0 comments on commit b73ae2f

Please sign in to comment.