Skip to content

Commit

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

Expand All @@ -12,7 +12,7 @@ go env -w 'GOPRIVATE=github.com/Unpackerr/*'
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 2>&1
go run github.com/Unpackerr/unpackerr/init/config@main --type documentation

# Go back to wherever we were when we started.
popd

0 comments on commit 3cbc771

Please sign in to comment.