Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 11, 2018
1 parent 1d279a5 commit 8556c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bosh-init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class BoshInit < Formula

v = "v0.0.100" # CI Managed
# remove v from version number
@@verNum = v.sub "v", ""
@@verNum = v.sub "v", ""
url "https://s3.amazonaws.com/bosh-init-artifacts/bosh-init-#{@@verNum}-darwin-amd64"
version v
sha256 "" # CI Managed
Expand Down
2 changes: 1 addition & 1 deletion bosh2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Bosh2 < Formula

v = "v4.0.1" # CI Managed
# remove v from version number
@@verNum = v.sub "v", ""
@@verNum = v.sub "v", ""
url "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-#{@@verNum}-darwin-amd64"
version v
sha256 "" # CI Managed
Expand Down

0 comments on commit 8556c15

Please sign in to comment.