Skip to content

Commit 8556c15

Browse files
committed
remove whitespace
1 parent 1d279a5 commit 8556c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bosh-init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class BoshInit < Formula
55

66
v = "v0.0.100" # CI Managed
77
# remove v from version number
8-
@@verNum = v.sub "v", ""
8+
@@verNum = v.sub "v", ""
99
url "https://s3.amazonaws.com/bosh-init-artifacts/bosh-init-#{@@verNum}-darwin-amd64"
1010
version v
1111
sha256 "" # CI Managed

bosh2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Bosh2 < Formula
55

66
v = "v4.0.1" # CI Managed
77
# remove v from version number
8-
@@verNum = v.sub "v", ""
8+
@@verNum = v.sub "v", ""
99
url "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-#{@@verNum}-darwin-amd64"
1010
version v
1111
sha256 "" # CI Managed

0 commit comments

Comments
 (0)