Skip to content

Commit 316e47a

Browse files
committed
Correct a typo. Thanks testing!
1 parent b65739d commit 316e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virl/cli/pull/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def do_pull(repo, fname, branch="master", recurse=False):
1313
click.secho("Saved topology as {}".format(fname), fg="green")
1414
return True
1515
else:
16-
click.secho("Error pulling {} form {} on branch {} - repo, file, or branch not found".format(fname, repo, branch), fg="red")
16+
click.secho("Error pulling {} from {} on branch {} - repo, file, or branch not found".format(fname, repo, branch), fg="red")
1717
return False
1818

1919

0 commit comments

Comments
 (0)