🐛 Fix jchroot according to refactor

This commit is contained in:
Filippo Squillace 2017-03-18 15:55:03 +00:00
parent 7a6ef3f0f9
commit 2ed75c8545

View file

@ -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 ###########################