Skip to content

Commit

Permalink
ci: fs-temp debugging for fresh macos
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 7, 2023
1 parent 7b7e713 commit 3868e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function down() (
if test -n "$unzip_format" -o -n "$unzip_filter"; then
local url_basename
url_basename="$(basename "$url" | echo-trim-special)"
download_directory="$(fs-temp --directory='down' --directory)"
download_directory="$(debug-bash fs-temp --directory='down' --directory)"
download_file="$url_basename"
else
download_directory="$directory"
Expand Down

0 comments on commit 3868e95

Please sign in to comment.