Skip to content

Commit

Permalink
WIP: Debugging recent macOS build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Aug 20, 2024
1 parent a2219c2 commit 8fd3282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_direnv() {

echo "∗ Downloading and installing direnv..."
mkdir -p "${install_path}/bin"
curl --fail --silent --location --create-dirs --output "$source_path" "$download_url"
curl --fail --location --create-dirs --output "$source_path" "$download_url"
chmod +x "${install_path}/bin/direnv"
echo "The installation was successful!"
}
Expand Down

0 comments on commit 8fd3282

Please sign in to comment.