Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 4f710b8

Browse files
committed
another print
1 parent 6f237ab commit 4f710b8

File tree

1 file changed

+1
-1
lines changed
  • payload/Library/nudge/Resources

1 file changed

+1
-1
lines changed

payload/Library/nudge/Resources/nudge

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def main():
464464
PATH_TO_APP = LOCAL_URL_FOR_UPGRADE
465465
else:
466466
if not os.path.exists(PATH_TO_APP):
467-
print('Update application not found! Exiting...')
467+
nudgelog('Update application not found! Exiting...')
468468
exit(1)
469469
else:
470470
# do minor version stuff

0 commit comments

Comments
 (0)