Skip to content

Commit d4f12db

Browse files
committed
fix: account ref logic
1 parent de4138a commit d4f12db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ require_accounts() {
317317
}
318318

319319
save_accounts() {
320-
local accounts_file="${ACCOUNTS_FILE:-${SCRIPT_DIR}/bootstrap/accounts.json}"
320+
local accounts_file="${ACCOUNTS_FILE:-${CONFIG_DIR}/bootstrap/accounts.json}"
321321
mkdir -p "$(dirname "$accounts_file")"
322322

323323
# Build JSON with jq to handle replacements properly

0 commit comments

Comments
 (0)