Fix preprocessor typo in previous commit

This commit is contained in:
Joseph Henry 2020-03-31 20:34:48 -07:00
parent 54f9f2ad53
commit 32a78b5f61

View File

@ -388,7 +388,7 @@ std::string OSUtils::platformDefaultHomePath()
#ifdef __UBIQUITI__ #ifdef __UBIQUITI__
// Only persistent location after firmware upgrades // Only persistent location after firmware upgrades
return std::string("/config/zerotier-one"); return std::string("/config/zerotier-one");
#else #endif
// Check for user-defined environment variable before using defaults // Check for user-defined environment variable before using defaults
#ifdef __WINDOWS__ #ifdef __WINDOWS__