Skip to content

Commit b1c5fba

Browse files
authored
fix: apply suggestions from code review
1 parent 5ed5598 commit b1c5fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libexec/rsdk/rsdk-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ main() {
5959
RSDK_TEMP_JSON="$(mktemp)"
6060

6161
if ! [[ -f .rsdk.json ]]; then
62-
echo "{}" >.rsdk.json
62+
echo "{}" > .rsdk.json
6363
fi
6464

6565
jq -er --arg field "$FIELD" --arg value "$VALUE" 'setpath($field / "."; $value)' .rsdk.json >"$RSDK_TEMP_JSON"

0 commit comments

Comments
 (0)