From a33f42ceb6bbc359dd81b1aa5c9ba235a86d2e7a Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Thu, 27 Oct 2016 16:55:52 +0200 Subject: [PATCH] Small fix --- scripts/digger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/digger.sh b/scripts/digger.sh index 1795cf0..4daa053 100755 --- a/scripts/digger.sh +++ b/scripts/digger.sh @@ -7,4 +7,4 @@ GD_PATH="/opt/gravedigger" pushd $GD_PATH > /dev/null /usr/bin/env python3 digger.py -popd \ No newline at end of file +popd > /dev/null \ No newline at end of file -- libgit2 0.22.2