Remove /dist from invocation message for consul-web-ui

The `/dist` on the end of the invocation message was incorrect.
This commit is contained in:
John Kelly 2015-12-30 09:22:55 -08:00 committed by Vítor Galvão
parent 8ed19cc03a
commit 1eebd34e85
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ cask 'consul-web-ui' do
depends_on :cask => 'consul'
caveats do
"Invoke consul with '-ui-dir #{staged_path}/dist'"
"Invoke consul with '-ui-dir #{staged_path}'"
end
end