👕 Remove trailing space to fix lint error

This commit is contained in:
Dean Brettle
2018-07-04 22:09:27 -07:00
parent 9cd14d3603
commit 60a48af9be

View File

@@ -13,7 +13,7 @@ const PLATFORMS_KNOWN_TO_WORK = new Set([
'linux'
])
// Shell command that returns env var=value lines separated by \0s so that
// Shell command that returns env var=value lines separated by \0s so that
// newlines are handled properly
const ENV_COMMAND = 'command awk \'BEGIN{for(v in ENVIRON) printf("%s=%s\\0",v,ENVIRON[v])}\''