Skip to content

Commit

Permalink
Fix v
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Nov 29, 2023
1 parent 680aaa3 commit e7c5e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Create3Widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void Create3Widget::resetServer()

podmanStop.start(podmanStopCommand, podmanStopArgs);

if (v.waitForFinished())
if (podmanStop.waitForFinished())
{
qDebug() << "Podman container successfully stopped with exit code:" << podmanStop.exitCode();
}
Expand Down

0 comments on commit e7c5e09

Please sign in to comment.