Fix the path to the example configuration

This commit is contained in:
Leo Arias
2017-02-11 13:52:15 -06:00
committed by GitHub
parent be5ac31607
commit 82c754f628

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) {