From 977d1269a7a7be2ca2173ba6eb575f6210b34768 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 30 Jun 2013 01:28:32 -0500 Subject: [PATCH] excellent CI system catching my mistakes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94069a7c9..077824657 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SSHCOMMAND_URL = https://raw.github.com/progrium/sshcommand/master/sshcommand all: install -install: submodule gitreceive sshcommand +install: gitreceive sshcommand cp dokku /usr/local/bin/dokku cp receiver /home/git/receiver cp deploystep /home/git/deploystep