Skip to content

Commit

Permalink
fix send file config
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-for committed Jul 17, 2023
1 parent de938fe commit a601265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/send_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ int main(int argc, char* argv[])
auto maybePath = FindExistingConfigFile(std::filesystem::path(argv[0]).parent_path());
Config config;
if (maybePath) {
std::optional<Config> config;
try {
config = LoadConfig(*maybePath);
}
Expand Down

0 comments on commit a601265

Please sign in to comment.