branch: master
commit 77b075fde3d0cbdf88f71e9034189b7576c006e2
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Space.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 0b5c237..0b37043 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CASK = cask
 EMACS = emacs
 DEPENDENCIES = .cask/
-SCOPIFIER_PORT = $$(lsof -t -i:6969)
+SCOPIFIER_PORT = $$(lsof -t -i :6969)
 KILL_SCOPIFIER = if [ -n "${SCOPIFIER_PORT}" ]; then kill ${SCOPIFIER_PORT}; fi
 
 all: uncompile compile test

Reply via email to