Skip to content

Commit 90d8435

Browse files
committed
fix: fix update script
1 parent c5a1914 commit 90d8435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/update-then-wait.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ START_DATETIME=$(date "+%Y-%m-%d %H:%M:%S")
1616

1717
echo "Starting update at ${START_DATETIME}"
1818
# Run the update command
19-
yarn update
19+
yarn job:update
2020

2121
END_DATETIME=$(date "+%Y-%m-%d %H:%M:%S")
2222

0 commit comments

Comments
 (0)