Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix(deb): UPDATE_INSTRUCTIONS env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 26, 2018
1 parent 0586a72 commit 4f81da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/pack/deb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ get_script_dir () {
echo "\$DIR"
}
DIR=\$(get_script_dir)
export ${config.scopedEnvVar('UPDATE_INSTRUCTIONS')}="update with \\"sudo apt update && sudo apt install ${config.bin}\\""
export ${config.scopedEnvVarKey('UPDATE_INSTRUCTIONS')}="update with \\"sudo apt update && sudo apt install ${config.bin}\\""
\$DIR/node \$DIR/run "\$@"
`,
control: (config: Tarballs.IConfig, arch: string) => `Package: ${config.config.bin}
Expand Down

0 comments on commit 4f81da8

Please sign in to comment.