From cf70907c18721ee6b0c035adbd492eceb378ccfd Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Tue, 28 Nov 2017 14:48:44 -0600 Subject: [PATCH] Revert "Fixed lib path" --- scripts/diagnostics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/diagnostics.sh b/scripts/diagnostics.sh index 4404f33..9e9c788 100755 --- a/scripts/diagnostics.sh +++ b/scripts/diagnostics.sh @@ -1,6 +1,6 @@ #!/bin/bash -source ../lib/InterfaceUtils.sh +source lib/InterfaceUtils.sh if [ ! "$1" ] then echo "Usage ./scripts/diagnostics "; exit 1