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

Commit 1c9724f

Browse files
committed
fix: quote escaping
1 parent 45c62de commit 1c9724f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/pack/deb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ get_script_dir () {
8484
echo "\$DIR"
8585
}
8686
DIR=\$(get_script_dir)
87-
export ${config.scopedEnvVar('UPDATE_INSTRUCTIONS')}="update with \"sudo apt update && sudo apt install ${config.bin}\""
87+
export ${config.scopedEnvVar('UPDATE_INSTRUCTIONS')}="update with \\"sudo apt update && sudo apt install ${config.bin}\\""
8888
\$DIR/node \$DIR/run "\$@"
8989
`,
9090
control: (config: Tarballs.IConfig, arch: string) => `Package: ${config.config.bin}

0 commit comments

Comments
 (0)