diff --git a/example_module/__init__.py b/example_module/__init__.py index cc1f97d..24796d7 100644 --- a/example_module/__init__.py +++ b/example_module/__init__.py @@ -58,7 +58,7 @@ def verify(self, binary=None, **kwargs): class Shell1604(ShellExample): """ - The same example, built using 16.04. + The same example, built using Ubuntu 16.04. """ BUILD_IMAGE = "pwncollege/pwnshop-builder:ubuntu1604"