From 4325c60b0a53dac24a98cb9da6502faf2a9265fd Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Tue, 21 Nov 2017 16:28:09 -0600 Subject: [PATCH] Update Makefile (#332) Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e7de90a..ea1e9ced 100644 --- a/Makefile +++ b/Makefile @@ -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."