From 085b26410c01ead3bccbce86b5e1004884b71575 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 1 May 2014 12:44:18 -0700 Subject: [PATCH] ui: slight typo in makefile --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 54c2c3d10c..a21472c039 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -14,6 +14,6 @@ dist: cp -R ./static dist/static/ cp index.html dist/index.html sed -E -e "/ASSETS/,/\/ASSETS/ d" -ibak dist/index.html - sed -E "s#<\/body>##" -ibak dist/index.html + sed -E -e "s#<\/body>##" -ibak dist/index.html .PHONY: server watch dist