Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Dec 1, 2016
1 parent f9a181f commit d53638b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ package: deps
@sh -c "'$(CURDIR)/scripts/package.sh'"

ghr:
ghr -prerlease -u walter-cd $(VERSION) pkg/dist/$(VERSION)
ghr -u walter-cd $(VERSION) pkg/dist/$(VERSION)

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ Available keys and values are these:
| host | host (string) | IP address or host name |
| port | port number (int) | Port number |
| file | file name (string) | File name|
| state | state of the other key (string) | Two types(present/ready or absent/unready) of states are supported. |
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Vagrant.configure("2") do |config|
apt-get install -y docker-engine
EOF

config.vm.synced_folder '.', '/home/vagrant/src/github.com/walter-cd/walter'
# config.vm.synced_folder '.', '/home/vagrant/src/github.com/walter-cd/walter'
end

0 comments on commit d53638b

Please sign in to comment.