Skip to content

Commit

Permalink
The default API url should no longer include '/depot'
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Duffield <tom@chef.io>
  • Loading branch information
tduffield committed Sep 25, 2017
1 parent d05cde3 commit 85a54a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -17,7 +17,7 @@
# By default we use the public Habitat Depot
#
# TODO: (jtimberman) Configure this from a Delivery `config.json`.
default['habitat-build']['depot-url'] = 'https://willem.habitat.sh/v1/depot'
default['habitat-build']['depot-url'] = 'https://willem.habitat.sh'

# An array of codes to ignore in shellcheck (lint checker). By default
# we exclude:
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer 'The Habitat Maintainers'
maintainer_email 'humans@habitat.sh'
license 'apache2'
version '0.14.8'
version '0.14.9'

depends 'delivery-sugar'
depends 'delivery-truck'
Expand Down

0 comments on commit 85a54a5

Please sign in to comment.