Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros committed Jan 17, 2024
1 parent a2e178e commit 69e4b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update-wing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ for dir in */ ; do
if [ -f "$dir/package.json" ]; then
cd "$dir"
if grep -q "\"winglang\"" package.json; then
echo "Updating winglang in '$dir' winglib..."
echo "Updating winglang in '$dir'..."
npm update winglang
else
echo "winglang not found in '$dir' winglib."
echo "winglang not found in '$dir'."
fi
cd ..
cd -
fi
done

0 comments on commit 69e4b35

Please sign in to comment.