Skip to content

Commit 8e575b0

Browse files
committed
linting
1 parent 59901c3 commit 8e575b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackinator/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self, args):
177177
raise RuntimeError("Ivalid default-view in the recipe.")
178178

179179
# load the optional mirrors.yaml from system config, and add any additional
180-
# mirrors specified on the command line.
180+
# mirrors specified on the command line.
181181
self._logger.debug("Configuring mirrors.")
182182
self.mirrors = mirror.Mirrors(self.system_config_path, pathlib.Path(args.cache) if args.cache else None)
183183

0 commit comments

Comments
 (0)