Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
fetch cli version from raw file
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 7, 2015
1 parent fdd68a6 commit 2f80ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ update_profile() {
mac: brew install curl
"

cli_version=$(curl -s https://github.com/cloudfoundry-community/traveling-cf-admin/blob/pipeline/cf-cli-release/version)
cli_version=$(curl -s https://raw.githubusercontent.com/cloudfoundry-community/traveling-cf-admin/master/cf-cli-release/version)

if [ "$os_name" == "Linux" ]; then
update_profile $HOME/.zshrc || update_profile $HOME/.bashrc || update_profile $HOME/.bash_profile
Expand Down

0 comments on commit 2f80ca8

Please sign in to comment.