Sign in
Imanol-Mikel Barba Sabariego
/
gravedigger
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
7
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a33f42ceb6bbc359dd81b1aa5c9ba235a86d2e7a
Authored by
Imanol-Mikel Barba Sabariego
2016-10-27 16:55:52 +0200
1 parent
ad274817
Small fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/digger.sh
scripts/digger.sh
View file @
a33f42c
...
...
@@ -7,4 +7,4 @@ GD_PATH="/opt/gravedigger"
7
7
8
8
pushd $GD_PATH > /dev/null
9
9
/usr/bin/env python3 digger.py
10
-popd
11
10
\ No newline at end of file
11
+popd > /dev/null
12
12
\ No newline at end of file
...
...