Skip to content

Commit 85b9cf5

Browse files
authored
Merge pull request #482 from TheHive-Project/480-fix-the-deploy-docs-dev-script
#480 - Fix deploy_docs flag typo
2 parents 861afe8 + 85118ce commit 85b9cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def deploy_docs(session: nox.Session):
9797
"latest",
9898
"--update-aliases",
9999
"--push",
100-
" --allow-empty",
100+
"--allow-empty",
101101
)
102102

103103

0 commit comments

Comments
 (0)