
31 Jul
2019
31 Jul
'19
1:29 p.m.
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com> --- refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh b/refresh index 1db0fc8..aa056af 100755 --- a/refresh +++ b/refresh @@ -34,7 +34,7 @@ class Dockerfile: def __init__(self, path): # Files that don't end with the expected suffix can be safely - # ignores + # ignored if not path.suffix == Dockerfile.SUFFIX: raise MoveAlongException() -- 2.21.0