From 2ed75c854524ff0d431f5dd2ad27694cacdfbb44 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Sat, 18 Mar 2017 15:55:03 +0000 Subject: [PATCH] :bug: Fix jchroot according to refactor --- bin/jchroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jchroot b/bin/jchroot index 8eaa8d4..fe43661 100755 --- a/bin/jchroot +++ b/bin/jchroot @@ -8,7 +8,7 @@ set -e JUNEST_BASE="$(readlink -f $(dirname $(readlink -f "$0"))/..)" -source "${JUNEST_BASE}/lib/utils.sh" +source "${JUNEST_BASE}/lib/utils/utils.sh" ################################ MAIN FUNCTIONS ###########################