We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5774b4 commit 06ea07aCopy full SHA for 06ea07a
virl/cli/pull/commands.py
@@ -23,7 +23,7 @@ def do_pull(repo, fname, branch="master", recurse=False):
23
@click.option("--branch", default="main", required=False, help="Branch name from which to pull (default: main)")
24
def pull(repo, file, branch):
25
"""
26
- pull topology.yaml from repo
+ pull CML lab YAML file from repo
27
28
ret = do_pull(repo, fname=file, branch=branch)
29
if not ret:
0 commit comments