Skip to content

Commit 5104ffe

Browse files
committed
Fix variable spelling
1 parent fa0dbd2 commit 5104ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
UPDATE=$(npm outdated --json | jq -r 'to_entries[] | .key + " " + .value.current + " -> " + .value.latest')
66

7-
if [[ -z $UPDATED ]]; then
7+
if [[ -z $UPDATE ]]; then
88
echo "No updates available."
99
else
1010

0 commit comments

Comments
 (0)