Skip to content

Commit 7ecd0a0

Browse files
author
Ropon
committed
fix: new_project.sh
1 parent 89a4ea3 commit 7ecd0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

new_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pushd $(pwd)/$1
88
rm -rf .git
99
rm -f new_project.sh
1010
find . -type f|grep -vE "air$"|xargs -L 1 sed -i "" "s/work_api/$1/g"
11-
mv conf/ops_work_api.json conf/$1.json && cp conf/$1.json conf/${1}_dev.json
11+
mv conf/work_api.json conf/$1.json && cp conf/$1.json conf/${1}_dev.json
1212
find . -type f|grep -vE "air$"|xargs -L 1 sed -i "" "s/2345/$2/g"
1313
mkdir log
1414
git config --global init.defaultBranch master

0 commit comments

Comments
 (0)