Skip to content

Commit db2a08b

Browse files
committed
Slightly modified the message for when there is a new update available
1 parent 369b80a commit db2a08b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,6 @@ func maybeGetAlphaChannel(color int, out a *int) void {
580580

581581

582582

583-
#### Thank you for sponsering Adept: ❤️
583+
#### Thank you for sponsoring Adept: ❤️
584584

585585
- Fernando Dantas

src/DRVR/config.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ static successful_t config_read_adept_config_value(config_t *config, jsmnh_obj_c
259259
config->show_new_compiler_available
260260
){
261261
blueprintf("\nNEWS: A newer version of Adept is available!\n");
262-
printf(" (Visit https://github.com/AdeptLanguage/Adept for more information)\n\n");
262+
printf(" Visit https://github.com/AdeptLanguage/Adept for more information!\n");
263+
printf(" You can disable update checks in your 'adept.config'\n\n");
263264
goto success;
264265
} else if(config->show_checking_for_updates_message){
265266
blueprintf(" -> Already up to date!\n");

0 commit comments

Comments
 (0)