Skip to content

Commit b7178d1

Browse files
Merge pull request #285 from adamtheturtle/fix-upload
Fix upload issue - wrong type used in help
2 parents 7f706ca + 8fdcec3 commit b7178d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_notion_scripts/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class _ParentType(Enum):
210210
"--sha-mapping",
211211
help=(
212212
"JSON file mapping file SHAs to Notion block IDs "
213-
"(use one file per document)",
213+
"(use one file per document)"
214214
),
215215
required=False,
216216
type=click.Path(

0 commit comments

Comments
 (0)