Typo in Makefile

s/cerify/verify/g
This commit is contained in:
Victor Gonzalez 2019-03-15 21:39:24 +01:00 committed by GitHub
parent 6d9caa7a9b
commit 739f50fc7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ SHELL:=/bin/bash -eux
VERSION := 6.x
PATTERN := xpack-ubuntu-1604
.PHONY: converge cerify test login destroy list
.PHONY: converge verify test login destroy list
setup:
bundle install