Skip to content

Commit

Permalink
Remove quotes around pkg_name and pkg_origin
Browse files Browse the repository at this point in the history
* add v back to version string

Closes: #279
Closes: #280

Signed-off-by: Elliott Davis <elliott@excellent.io>
  • Loading branch information
Elliott Davis committed May 15, 2018
1 parent 8135e9d commit 090f3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkg_name="habitat-operator"
pkg_origin="habitat"
pkg_version=$(cat "$PLAN_CONTEXT/../VERSION")
pkg_name=habitat-operator
pkg_origin=habitat
pkg_version="v$(cat "$PLAN_CONTEXT/../VERSION")"
pkg_description="A Kubernetes operator for Habitat services"
pkg_upstream_url="https://github.com/habitat-sh/habitat-operator"
pkg_license=('Apache-2.0')
Expand Down

0 comments on commit 090f3ea

Please sign in to comment.