Skip to content

Commit

Permalink
Update atlas.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mintRaven-05 authored Jul 14, 2024
1 parent 771eceb commit e27a18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) {
else if((strcmp(argv[1], "-v") == 0) || (strcmp(argv[1], "--version") == 0)){
ViewVersionInfo();
}
else if((strcmp(argv[1], "-u") == 0 || (strcmp(argv[1], "--update") == 0)){
else if((strcmp(argv[1], "-u") == 0) || (strcmp(argv[1], "--update") == 0)){
system("$HOME/.local/atlas/update.sh");
}
else{
Expand Down

0 comments on commit e27a18c

Please sign in to comment.