From e1f433bd3db22e0f69818944000343646beb79fb Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 27 Jun 2015 13:29:35 -0400 Subject: [PATCH] only pull master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af75ba4..d7574db 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ edit_article: $$EDITOR $(ARTICLE_DIR)/$$dir/index.md pull: - git pull + git pull origin master update: pull build