Luke Granger-Brown
823eab4775
GitLab doesn't treat $ as literals in file content, which means that it tries to do variable interpolation. This is bad and annoying, because e.g. password hashes tend to contain $, so they get variable-interpolated and thus corrupted. Fix this by escaping $ on input to GitLab. |
||
---|---|---|
.. | ||
default.nix | ||
go.mod | ||
go.sum | ||
secretsync.go |