Skip to content

Commit

Permalink
Slightly modified the message for when there is a new update available
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Feb 23, 2022
1 parent 369b80a commit db2a08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,6 @@ func maybeGetAlphaChannel(color int, out a *int) void {



#### Thank you for sponsering Adept: ❤️
#### Thank you for sponsoring Adept: ❤️

- Fernando Dantas
3 changes: 2 additions & 1 deletion src/DRVR/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ static successful_t config_read_adept_config_value(config_t *config, jsmnh_obj_c
config->show_new_compiler_available
){
blueprintf("\nNEWS: A newer version of Adept is available!\n");
printf(" (Visit https://github.com/AdeptLanguage/Adept for more information)\n\n");
printf(" Visit https://github.com/AdeptLanguage/Adept for more information!\n");
printf(" You can disable update checks in your 'adept.config'\n\n");
goto success;
} else if(config->show_checking_for_updates_message){
blueprintf(" -> Already up to date!\n");
Expand Down

0 comments on commit db2a08b

Please sign in to comment.