Signed-off-by: Fabiano FidĂȘncio <fidencio(a)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