Skip to content

Commit

Permalink
Add "" around collection values
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGavin committed Jul 18, 2024
1 parent ec979a8 commit 379cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/check.odin
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ check :: proc(
}
strings.write_string(
&collection_builder,
fmt.aprintf("-collection:%v=%v ", k, v),
fmt.aprintf("-collection:%v=\"%v\" ", k, v),
)
}

Expand Down

0 comments on commit 379cf5f

Please sign in to comment.