remove stray path separator

This commit is contained in:
Rick V 2020-06-12 20:50:00 -05:00
parent b2fcf6c896
commit dc52f8c2fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace llarp
#else
const fs::path homedir = getenv("HOME");
#endif
return homedir / ".lokinet/";
return homedir / ".lokinet";
}
inline fs::path