Skip to content

Commit 1308d9d

Browse files
authored
Update curl command to use -L option
1 parent 85196da commit 1308d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The resulting application bundle is created in the `products` directory.
9999
## Installing command line tool in CI environment
100100

101101
```bash
102-
curl -O https://github.com/sveinbjornt/Platypus/releases/download/v5.5.0/platypus5.5.0.zip
102+
curl -L -O https://github.com/sveinbjornt/Platypus/releases/download/v5.5.0/platypus5.5.0.zip
103103
unzip -q platypus5.5.0.zip
104104
cd Platypus.app/Contents/Resources
105105
sudo bash InstallCommandLineTool.sh

0 commit comments

Comments
 (0)