Fix typos
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
8297f55f2c
commit
16d6018419
3 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ class Command(DocoptCommand):
|
|||
return os.path.join(self.base_dir, file_path)
|
||||
|
||||
if os.path.exists(os.path.join(self.base_dir, 'docker-compose.yaml')):
|
||||
log.warning("Fig just read the file 'docker-compose.yaml' on startup, rather "
|
||||
log.warning("Compose just read the file 'docker-compose.yaml' on startup, rather "
|
||||
"than 'docker-compose.yml'")
|
||||
log.warning("Please be aware that .yml is the expected extension "
|
||||
"in most cases, and using .yaml can cause compatibility "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue