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