Skip to content

Commit

Permalink
set verbose to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Oct 31, 2023
1 parent ac40540 commit 4b84c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bool TESTING = false;
bool OVERWRITE = true;

// Flag for quiet mode (no verbose output)
bool QUIET = false;
bool QUIET = true;

// Database handles for installed and all packages
sqlite3* INSTALLED_DB = NULL;
Expand Down

0 comments on commit 4b84c61

Please sign in to comment.