Skip to content

Commit bc629c0

Browse files
committed
typo
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 495a7ad commit bc629c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_run/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def to_command(
495495
)
496496
with open(filename, "w") as f:
497497
f.write("#!/usr/bin/bash\n" + inline_content)
498-
# chmod with mimimal +x permissions
498+
# chmod with minimal +x permissions
499499
os.chmod(filename, os.stat(filename).st_mode | 0o755)
500500

501501
if is_local:

0 commit comments

Comments
 (0)