diff --git a/cli/cli.cpp b/cli/cli.cpp index e7d2b6e..5ff401f 100644 --- a/cli/cli.cpp +++ b/cli/cli.cpp @@ -178,7 +178,7 @@ void InteractiveCli::processCommand(const string &cmd) Entry *InteractiveCli::resolvePath(const string &path) { - auto parts = splitString >(path, "/", EmptyPartsTreat::Merge); + auto parts = splitString>(path, "/", EmptyPartsTreat::Merge); bool fromRoot = path.at(0) == '/'; if (fromRoot && parts.empty()) { return m_file.rootEntry();