Skip to content

Commit 020d5c0

Browse files
committed
minor
1 parent 3cbc771 commit 020d5c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The beginning: https://github.com/Unpackerr/unpackerr/pull/459
33
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config
44

5-
# Bail on an errors.
5+
# Bail on errors.
66
set -e
77

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

17-
# Go back to wherever we were when we started.
18-
popd
17+
# Go back to the directory we were in when we started.
18+
popd

0 commit comments

Comments
 (0)