From b6efa44cf95d73f040046aab326b38c15c9f5a03 Mon Sep 17 00:00:00 2001 From: Robin Heinemann Date: Thu, 7 Jul 2016 12:54:55 +0200 Subject: [PATCH] fix paths --- scripts/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 92e3255c7..006f4b326 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,5 +1,5 @@ #!/bin/env bash git stash git pull -./make.sh -./programm.sh +./scripts/make.sh +./scripts/programm.sh