Skip to content

Commit c3e99a0

Browse files
committed
NEXT-ONLY: fix next_deploy
Signed-off-by: Cameron Fleming <[email protected]>
1 parent 4b0e7ee commit c3e99a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next_deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ if [ -z "$REMOTE_HOST" ]; then
5252
fi
5353

5454
# Check if the binary has been built at ./bin/next/jetkvm_app
55-
if [ ! -f bin/jetkvm_app ]; then
56-
echo "Error: Binary not found at ./bin/jetkvm_app, run make build_next."
55+
if [ ! -f bin/next/jetkvm_app ]; then
56+
echo "Error: Binary not found at ./bin/next/jetkvm_app, run make build_next."
5757
exit 1
5858
fi
5959

0 commit comments

Comments
 (0)