From 335733f110e326ef9a501ad5227a5063436b8817 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 26 Aug 2013 17:51:36 -0400 Subject: Build fixes for *nix --- node/Defaults.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Defaults.cpp') diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 293fd465..9f7d04fe 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -80,7 +80,7 @@ static inline std::string _mkDefaultHomePath() { #ifdef __UNIX_LIKE__ #ifdef __APPLE__ - return std::string("/Library/Application\ Support/ZeroTier/One"); + return std::string("/Library/Application Support/ZeroTier/One"); #else return std::string("/var/lib/zerotier-one"); #endif -- cgit v1.2.3