Skip to content

Commit

Permalink
Revert archive path (broken for testing purposes). (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 22, 2024
1 parent ac7d143 commit be9728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/journalSources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void MainWindow::setUpStandardJournalSources(QCommandLineParser &cliParser)
isisArchive->setRunDataLocation(settings
.value("ISISArchiveDataUrl", cliParser.isSet(CLIArgs::ISISArchiveDirectory)
? cliParser.value(CLIArgs::ISISArchiveDirectory)
: "/NOTarchive")
: "/archive")
.toString());
}

Expand Down

0 comments on commit be9728e

Please sign in to comment.