Skip to content

Commit 8b6443e

Browse files
committed
fix typo
Signed-off-by: Zen <[email protected]>
1 parent e38560c commit 8b6443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def main():
183183
logger.critical(e)
184184
exit(1)
185185
except Exception as e:
186-
logger.criical("An unhandled exception occurred while building:")
186+
logger.critical("An unhandled exception occurred while building:")
187187
print(generator.config_dict)
188188
logger.critical(e, exc_info=True)
189189
exit(1)

0 commit comments

Comments
 (0)