Browse Source

Application not Applications

Christopher Blaha 3 years ago
parent
commit
35ae2bf131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/ncutils/netclientutils.go

+ 1 - 1
netclient/ncutils/netclientutils.go

@@ -42,7 +42,7 @@ const NO_DB_RECORDS = "could not find any records"
 const LINUX_APP_DATA_PATH = "/etc/netclient"
 const LINUX_APP_DATA_PATH = "/etc/netclient"
 
 
 // MAC_APP_DATA_PATH - linux path
 // MAC_APP_DATA_PATH - linux path
-const MAC_APP_DATA_PATH = "/Library/Applications\\ Support/Netclient"
+const MAC_APP_DATA_PATH = "/Library/Application\\ Support/Netclient"
 
 
 // WINDOWS_APP_DATA_PATH - windows path
 // WINDOWS_APP_DATA_PATH - windows path
 const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"
 const WINDOWS_APP_DATA_PATH = "C:\\Program Files (x86)\\Netclient"