Skip to content

Commit

Permalink
style: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvez committed Dec 29, 2024
1 parent 348093a commit b694391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_version() {
fi

(
cd $ASDF_DOWNLOAD_PATH && zig build -Doptimize=ReleaseFast
cd "$ASDF_DOWNLOAD_PATH" && zig build -Doptimize=ReleaseFast

mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/zig-out/* "$install_path"
Expand Down

0 comments on commit b694391

Please sign in to comment.