Skip to content

Commit

Permalink
fixup! Move update post scripts into one script called post
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Aug 2, 2022
1 parent 6c3e79b commit c07ecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ copy () {
}

post () {
if [ -f "update/lib/_update/post.js" ]; then
node "update/lib/_update/post"
if [ -f 'update/lib/_update/post.js' ]; then
node 'update/lib/_update/post'
fi
}

Expand Down

0 comments on commit c07ecb9

Please sign in to comment.