We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbc771 commit 020d5c0Copy full SHA for 020d5c0
generate.sh
@@ -2,7 +2,7 @@
2
# The beginning: https://github.com/Unpackerr/unpackerr/pull/459
3
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config
4
5
-# Bail on an errors.
+# Bail on errors.
6
set -e
7
8
# We do this because go cache will download an older version.
@@ -14,5 +14,5 @@ pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"
14
# Run the config generator directly from github.
15
go run github.com/Unpackerr/unpackerr/init/config@main --type documentation
16
17
-# Go back to wherever we were when we started.
18
-popd
+# Go back to the directory we were in when we started.
+popd
0 commit comments