We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4138a commit d4f12dbCopy full SHA for d4f12db
scripts/config.sh
@@ -317,7 +317,7 @@ require_accounts() {
317
}
318
319
save_accounts() {
320
- local accounts_file="${ACCOUNTS_FILE:-${SCRIPT_DIR}/bootstrap/accounts.json}"
+ local accounts_file="${ACCOUNTS_FILE:-${CONFIG_DIR}/bootstrap/accounts.json}"
321
mkdir -p "$(dirname "$accounts_file")"
322
323
# Build JSON with jq to handle replacements properly
0 commit comments