Skip to content

Commit

Permalink
Suppress output of cd
Browse files Browse the repository at this point in the history
  • Loading branch information
CSammy committed Apr 15, 2018
1 parent 3ee35bd commit b81ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dia_pronto() {
if git diff-index --quiet HEAD --; then
dia_fetch_upstream
fi
cd -
cd - >/dev/null
docker-compose run --rm --no-deps diaspora bin/pronto run --unstaged -c upstream/develop
}

Expand Down

0 comments on commit b81ee82

Please sign in to comment.