summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-09 20:13:30 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-09 20:13:30 +0000
commit424c2c8a3cf322c228d2ac45cfeefb237dbd2e33 (patch)
tree7fecb1fe3493fedf3b24ef9846c52b4417b600d9 /bin
parentc7d7ad5dd7d158866da84edce1b2adb4a77d517c (diff)
Fix use of wrong config file in bbstoreaccounts.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbstoreaccounts/bbstoreaccounts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstoreaccounts/bbstoreaccounts.cpp b/bin/bbstoreaccounts/bbstoreaccounts.cpp
index bcff886b..652b1d5a 100644
--- a/bin/bbstoreaccounts/bbstoreaccounts.cpp
+++ b/bin/bbstoreaccounts/bbstoreaccounts.cpp
@@ -87,7 +87,7 @@ int main(int argc, const char *argv[])
Logging::SetProgramName("bbstoreaccounts");
// Filename for configuration file?
- std::string configFilename = BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE;
+ std::string configFilename = BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE;
int logLevel = Log::EVERYTHING;
bool machineReadableOutput = false;