diff sat/plugins/plugin_app_manager_docker/__init__.py @ 3382:3b08caa805e7

plugin app manager docker: typo
author Goffi <goffi@goffi.org>
date Tue, 20 Oct 2020 09:12:38 +0200
parents f44402f8a81f
children be6d91572633
line wrap: on
line diff
--- a/sat/plugins/plugin_app_manager_docker/__init__.py	Mon Oct 19 09:30:45 2020 +0200
+++ b/sat/plugins/plugin_app_manager_docker/__init__.py	Tue Oct 20 09:12:38 2020 +0200
@@ -50,7 +50,7 @@
             self.docker_compose_path = which('docker-compose')[0]
         except IndexError:
             raise exceptions.NotFound(
-                '"docker-compose" executable not found, Docker can\'t used with '
+                '"docker-compose" executable not found, Docker can\'t be used with '
                 'application manager')
         self.host = host
         self._am = host.plugins['APP_MANAGER']