Skip to content

Commit

Permalink
fix GUI build for Linux & Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jul 12, 2022
1 parent 5b91e27 commit e796ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void Operator::sshConsole()
}

QProcess *process = new QProcess(this);
process->start(QStandardPaths::findExecutable(terminal), { "-e", commmand });
process->start(QStandardPaths::findExecutable(terminal), { "-e", command });
#endif
}

Expand Down

0 comments on commit e796ff8

Please sign in to comment.