diff --git a/fig/cli/command.py b/fig/cli/command.py index 9641a05e6..c60020d75 100644 --- a/fig/cli/command.py +++ b/fig/cli/command.py @@ -69,4 +69,4 @@ If it's at a non-standard location, specify the URL with the DOCKER_HOST environ return os.path.join(self.base_dir, 'fig.yaml') else: - os.path.join(self.base_dir, 'fig.yml') + return os.path.join(self.base_dir, 'fig.yml')