Auto merge of #2089 - elopio:patch-1, r=str4d

Fix the path to the example configuration
This commit is contained in:
zkbot 2017-02-20 15:18:53 +00:00
commit e96c8725af
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ bool AppInit(int argc, char* argv[])
_("- Source code: %s\n"
"- .deb package: %s\n")).c_str(),
GetConfigFile().string().c_str(),
"contrib/DEBIAN/examples/zcash.conf",
"contrib/debian/examples/zcash.conf",
"/usr/share/doc/zcash/examples/zcash.conf");
return false;
} catch (const std::exception& e) {