We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a33b3 commit c8cff1bCopy full SHA for c8cff1b
repo2docker/__main__.py
@@ -300,7 +300,7 @@ def make_r2d(argv=None):
300
301
if args.build_memory_limit:
302
# if the string only contains numerals we assume it should be an int
303
- # and specifies a size inn bytes
+ # and specifies a size in bytes
304
if args.build_memory_limit.isnumeric():
305
r2d.build_memory_limit = int(args.build_memory_limit)
306
else:
0 commit comments