We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65739d commit 316e47aCopy full SHA for 316e47a
virl/cli/pull/commands.py
@@ -13,7 +13,7 @@ def do_pull(repo, fname, branch="master", recurse=False):
13
click.secho("Saved topology as {}".format(fname), fg="green")
14
return True
15
else:
16
- click.secho("Error pulling {} form {} on branch {} - repo, file, or branch not found".format(fname, repo, branch), fg="red")
+ click.secho("Error pulling {} from {} on branch {} - repo, file, or branch not found".format(fname, repo, branch), fg="red")
17
return False
18
19
0 commit comments