From e8e561510e4a111f76a6aefc9f81cb298fe26478 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 6 Aug 2015 09:19:59 +0200 Subject: [PATCH] fix ws --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 1220922..1ffd59d 100755 --- a/init.sh +++ b/init.sh @@ -1,4 +1,4 @@ #!/bin/sh git submodule update --init git submodule foreach "git pull -r origin master" -test -L mdref/refs || ln -s ../refs mdref/refs +test -L mdref/refs || ln -s ../refs mdref/refs -- 2.30.2