Skip to content

Commit 7c3a44e

Browse files
authored
Fix: typo in PYPI_MISP_STIX_VERSION assignment in template.env (#212)
1 parent db47cf5 commit 7c3a44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LIBFAUP_COMMIT=3a26d0a
1717
# PYPI_MIXBOX_VERSION="==1.0.*"
1818
# PYPI_CYBOX_VERSION="==2.1.*"
1919
# PYPI_PYMISP_VERSION="==2.4.178"
20-
# PYPI_MISP_STIX_VERSION"==2.4.194"
20+
# PYPI_MISP_STIX_VERSION="==2.4.194"
2121

2222
# CORE_COMMIT takes precedence over CORE_TAG
2323
# CORE_COMMIT=0bba3f5

0 commit comments

Comments
 (0)