From db4c9ef7567ac7a463810ce953fb9bd99b039229 Mon Sep 17 00:00:00 2001
From: Rene Halver <r.halver@fz-juelich.de>
Date: Wed, 2 Dec 2020 15:57:20 +0100
Subject: [PATCH] changed build to adhere to new image

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 0df760a..c07caef 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-HUGO=$(pwd)/hugo
+HUGO=hugo
 
 cd external
 rm -rf all_build all_install
-- 
GitLab