Mercurial > libervia-backend
changeset 3382:3b08caa805e7
plugin app manager docker: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 20 Oct 2020 09:12:38 +0200 |
parents | 127dde80a0a5 |
children | dea30b1eb166 |
files | sat/plugins/plugin_app_manager_docker/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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']