Closed socketbox closed 1 year ago
This might actually be due to the fact that we're using v4.2.0. Will confirm shortly.
No, just downloaded v11 and it's still doubly single-quoted: PBSORG_BADGE_CTA_HEADLINE=''COMPLETE COVERAGE:''
@yhakbar makes the point that this value could have resulted from the incorrect parsing of input by gorson put
.
With
gorson get --format env /DEV/PBSORG > .env
running againstpbs-digi-preprod
, I get a KV pair that looks like this:PBSORG_BADGE_CTA_HEADLINE=''COMPLETE COVERAGE:''
That causes bash to choke when sourcing the file:
/etc/pbsorg/.env: line 29: COVERAGE:: command not found.
The full value in the parameter store is
COMPLETE COVERAGE:
. Odd that Gorson is putting two pairs of single quotes around it, as there are many other values with whitespace that aren't treated as such.