Skip to content

Commit

Permalink
changing words on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jul 17, 2024
1 parent d7e1f0a commit bad9639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void launchApplication() {
}
}
reader.close();
System.out.println("LatestFromGithubLaunch clean exit");
System.out.println("CaDoodle Updater clean exit");
System.exit(0);
} catch (IOException e) {
// TODO Auto-generated catch block
Expand Down

0 comments on commit bad9639

Please sign in to comment.