Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
👕 Remove trailing space to fix lint error
  • Loading branch information
brettle committed Jul 5, 2018
commit 60a48af9bee5289d4335475aef7c230cf3b40096
2 changes: 1 addition & 1 deletion src/update-process-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -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])}\''

Expand Down