Skip to content

Commit 8178b9f

Browse files
committed
update comment
1 parent 3933663 commit 8178b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def handle_build():
9191
command = ["nox", "-s", nox_session]
9292
result = subprocess.run(command, capture_output=True, text=True, check=True)
9393
logger.info(result)
94-
logger.info("'build' command executed.")
94+
logger.info("'build' command executed.")
9595

9696

9797
if __name__ == "__main__":

0 commit comments

Comments
 (0)