Skip to content

Commit

Permalink
Fix ASN_FORMAT_EXAMPLES.md file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 13, 2024
1 parent 84ba10c commit 012bd75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Paperless-NGX based document management system at WüSpace e. V.

> [!NOTE]
> The exact format of the ASN is configurable through environment variables.
> See [ASN_FORMAT_EXAMPLES.md](./ASN_FORAMT_EXAMPLES.md) for a list of examples with different configurations.
> See [ASN_FORMAT_EXAMPLES.md](./ASN_FORMAT_EXAMPLES.md) for a list of examples with different configurations.
```text
WUE - 100 - 001
Expand Down
2 changes: 1 addition & 1 deletion scripts/format-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getFormatDescription } from "$common/mod.ts";
const FILE_PATH = resolve(
import.meta.dirname ?? "scripts",
"..",
"ASN_FORAMT_EXAMPLES.md",
"ASN_FORMAT_EXAMPLES.md",
);

const EXAMPLES: [string, number, boolean][] = [
Expand Down

0 comments on commit 012bd75

Please sign in to comment.