Skip to content

Commit

Permalink
Update one-key.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eromoe committed Aug 17, 2021
1 parent 36558c6 commit a5d5040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
chmod 755 $code_shell_path

# 替换 code.sh 中的仓库作者名
echo -n "输入你的jd_scripts仓库作者名(默认为JDHelloWorld):"
echo -n "输入你的jd_scripts仓库作者名(默认为zero205_JD_tencent_scf):"
read -r repoAuthor
repoAuthor=${repoAuthor:-'zero205_JD_tencent_scf'}
sed -i "s/chinnkarahoi_jd_scripts/$repoAuthor/g" $code_shell_path
Expand Down

0 comments on commit a5d5040

Please sign in to comment.