Skip to content

Commit

Permalink
fix: missing ext
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 15, 2021
1 parent df4657d commit f3056bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nx.declare({
execSync([`rm -rf ${TMP_DIR}`, `mkdir -p ${TMP_DIR}`].join('&&'));
nx.nodeDownfile({ url: ZIP_DIR, filename: `${TMP_DIR}/active-code.zip` }).then(() => {
execSync(
[`cd ${TMP_DIR}/`, '7z e active-code.zip', "cat '2018.2月之后用这个' | pbcopy"].join('&&')
[`cd ${TMP_DIR}/`, '7z e active-code.zip', "cat '2018.2月之后用这个.txt' | pbcopy"].join('&&')
);
console.log(chalk.green('😎 Copyed!'));
});
Expand Down

0 comments on commit f3056bb

Please sign in to comment.