Fix syntax error

This commit is contained in:
zandercymatics 2023-11-22 10:23:07 -07:00
parent d405d4ca79
commit 9a872d2005
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -37,7 +37,8 @@ jobs:
needs: [variables]
steps:
- uses: actions/checkout@v3
- name: Install CF CLI
- name: Install CF CLI
run: |
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx
sudo mv cf /usr/local/bin