Skip to content

Commit b5841d7

Browse files
committed
docs(cmd.core): Fix typo
1 parent 25714c0 commit b5841d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/cmd/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def run(
176176
def progress_cb(output, timestamp):
177177
sys.stdout.write(output)
178178
sys.stdout.flush()
179-
run(['git', 'pull'], callback=progrses_cb)
179+
run(['git', 'pull'], callback=progress_cb)
180180
"""
181181
proc = subprocess.Popen(
182182
cmd,

0 commit comments

Comments
 (0)