Skip to content

Commit

Permalink
fix: etterminal_path is the incorrect option name (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecfx authored Apr 11, 2024
1 parent 76cd0ec commit fe383c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/TerminalClientMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int main(int argc, char** argv) {
if (result.count("macserver") > 0) {
etterminal_path = "/usr/local/bin/etterminal";
}
if (result.count("etterminal_path")) {
if (result.count("terminal-path")) {
etterminal_path = result["terminal-path"].as<string>();
}
string idpasskeypair = SshSetupHandler::SetupSsh(
Expand Down

0 comments on commit fe383c3

Please sign in to comment.