Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
fixing warnings before it's too late
Browse files Browse the repository at this point in the history
  • Loading branch information
Millaume Guichel committed May 5, 2019
1 parent b89d92e commit 5dd3e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Commands::Commands(const Configuration config): conf(config), auth(config) {
try {
//set the path to the file directory
path = get_files_path(config);
} catch (Exception e){
} catch (Exception &e){
//if path directory is not valid
e.print_error();
cout << "Base directory in the config is wrong!" << endl;
Expand Down

0 comments on commit 5dd3e9a

Please sign in to comment.