Skip to content

Commit 3998672

Browse files
committed
debug
1 parent f0378de commit 3998672

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/install/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,6 @@ The 'nothing extracted' event (9) only fires for the folder watcher, not starr a
127127

128128
---
129129

130-
_<font color="gray" style={{float: 'right'}}>This page is [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config).</font>_
130+
<font color="gray" style={{'float': 'right', 'font-style': 'italic'}}>
131+
This page is [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config).
132+
</font>

generate.sh

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

@@ -12,7 +12,7 @@ go env -w 'GOPRIVATE=github.com/Unpackerr/*'
1212
pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"
1313

1414
# Run the config generator directly from github.
15-
go run github.com/Unpackerr/unpackerr/init/config@main -type documentation
15+
go run github.com/Unpackerr/unpackerr/init/config@main -type documentation 2>&1
1616

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

0 commit comments

Comments
 (0)