Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Jan 2, 2025
1 parent f15068f commit cc187a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waspc/tools/install_packages_to_data_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
for package in $(ls "$dir/../packages"); do
package_dir="$dir/../packages/$package"
if [[ -d "$package_dir" ]]; then
# We're only installing the dependencines here to verify that the build
# We're only installing the dependencies here to verify that the build
# works, that's why the node_modules folder is removed immediately after.
# The real dependency installation happens in Haskell.
echo "Installing $package ($package_dir)"
Expand Down

0 comments on commit cc187a9

Please sign in to comment.