Skip to content

Commit

Permalink
Switched from export/ to docs/ for exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
twyleg committed Dec 22, 2023
1 parent 4d7c675 commit 69527fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twyleg_kicad_utils/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
"--output_dir",
help=f"Use a specific output dir for the results. Default=./export",
type=str,
default=Path.cwd() / "export",
default=Path.cwd() / "docs",
)

parser_build.add_argument('targets', type=str, nargs='*',
Expand Down

0 comments on commit 69527fd

Please sign in to comment.