Skip to content

Commit

Permalink
修复 sh 函数格式
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Feb 25, 2021
1 parent da92fb7 commit 7cf5efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_deploy:
- mv *.zip ..
- cd ..

- function pack{
- pack() {
cp -r GotoX GotoX-${3};
cd GotoX-${3};
python pack_portable.py ${1}-${3};
Expand Down

0 comments on commit 7cf5efb

Please sign in to comment.