Skip to content

Commit 781314d

Browse files
committed
dvc: fix ` to ' in dvc/repo/gc.py
1 parent 14ab7c9 commit 781314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/repo/gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def _do_gc(typ, func, clist):
1313
removed = func(clist)
1414
if not removed:
15-
logger.info("No unused `{}` cache to remove.".format(typ))
15+
logger.info("No unused '{}' cache to remove.".format(typ))
1616

1717

1818
@locked

0 commit comments

Comments
 (0)