Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 11, 2024
1 parent 9de375f commit 068aebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/engine/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#include <mutex>
#include "messaging/client/client_serial.h"

namespace scxt::engine
namespace scxt::enginer
{

Engine::Engine()
Expand Down Expand Up @@ -990,7 +990,6 @@ std::optional<fs::path> Engine::setupUserStorageDirectory()
try
{
auto res = sst::plugininfra::paths::bestDocumentsFolderPathFor(productName);
res = fs::path("/usr/share/notw");
if (!fs::is_directory(res))
fs::create_directories(res);
if (fs::is_directory(res))
Expand Down

0 comments on commit 068aebd

Please sign in to comment.