Update Makefile (#332)

Fix typo
This commit is contained in:
Clayton Burlison
2017-11-21 16:28:09 -06:00
committed by Jesse Peterson
parent e3348a9a30
commit 4325c60b0a

View File

@@ -40,7 +40,7 @@ BUILD_VERSION = "\
WORKSPACE = ${GOPATH}/src/github.com/micromdm/micromdm
check-deps:
ifneq ($(shell test -e ${WORKSPACE}/Gopkg.lock && echo -n yes), yes)
@echo "folder is clonded in the wrong place, copying to a Go Workspace"
@echo "folder is cloned in the wrong place, copying to a Go Workspace"
@echo "See: https://golang.org/doc/code.html#Workspaces"
@git clone git@github.com:micromdm/micromdm ${WORKSPACE}
@echo "cd to ${WORKSPACE} and run make deps again."