Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 16, 2024
1 parent 3cbc771 commit 020d5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The beginning: https://github.com/Unpackerr/unpackerr/pull/459
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config

# Bail on an errors.
# Bail on errors.
set -e

# We do this because go cache will download an older version.
Expand All @@ -14,5 +14,5 @@ pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"
# Run the config generator directly from github.
go run github.com/Unpackerr/unpackerr/init/config@main --type documentation

# Go back to wherever we were when we started.
popd
# Go back to the directory we were in when we started.
popd

0 comments on commit 020d5c0

Please sign in to comment.