Skip to content

Commit e35ccc7

Browse files
committed
don't rm wget :)
1 parent 74fc3db commit e35ccc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rm -rf docs/Model
77
rm -rf test/Api
88
rm -rf test/Model
99

10-
rm wget http://localhost:3001/js/swagger.json -O /tmp/fastcomments-openapi.json \
10+
wget http://localhost:3001/js/swagger.json -O /tmp/fastcomments-openapi.json \
1111
&& openapi-generator-cli generate \
1212
-i /tmp/fastcomments-openapi.json \
1313
-g php \

0 commit comments

Comments
 (0)