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

Commit

Permalink
another print
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Dec 12, 2019
1 parent 6f237ab commit 4f710b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/Library/nudge/Resources/nudge
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def main():
PATH_TO_APP = LOCAL_URL_FOR_UPGRADE
else:
if not os.path.exists(PATH_TO_APP):
print('Update application not found! Exiting...')
nudgelog('Update application not found! Exiting...')
exit(1)
else:
# do minor version stuff
Expand Down

0 comments on commit 4f710b8

Please sign in to comment.