File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,15 +392,15 @@ Admin tasks
392392To install this buildpack:
393393
394394```shell
395- wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20170925-2341 .zip
396- bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.9-20170925-2341 .zip <position>
395+ wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20171112-1715 .zip
396+ bx cf create-buildpack swift_buildpack buildpack_swift_v2.0.9-20171112-1715 .zip <position>
397397```
398398
399399And to update it:
400400
401401```shell
402- wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20170925-2341 .zip
403- bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.9-20170925-2341 .zip
402+ wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.9/buildpack_swift_v2.0.9-20171112-1715 .zip
403+ bx cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.9-20171112-1715 .zip
404404```
405405
406406For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).
You can’t perform that action at this time.
0 commit comments