Skip to content

Commit

Permalink
Edit to add ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Nov 7, 2024
1 parent ea8f83a commit bd2b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WombatUpdateWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void WombatUpdateWidget::update()
QDir subDir = WombatUpdateWidget::mountDir;
subDir.cd(selectedName);
QDir updateDir = subDir;
updateDir.cd("updateFiles")
updateDir.cd("updateFiles");

if(!updateDir.exists("wombat_update.sh"))
QMessageBox::warning(this, "File not found", "The update file wombat_update.sh does not exist");
Expand Down

0 comments on commit bd2b23a

Please sign in to comment.