Skip to content

Commit 1c7be09

Browse files
committed
Fix gitless error
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
1 parent 1ffeab0 commit 1c7be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitless/cli/gl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
try:
4040
pprint.DISABLE_COLOR = not repo.config.get_bool('color.ui')
4141
except pygit2.GitError:
42-
prrint.DISABLE_COLOR = (
42+
pprint.DISABLE_COLOR = (
4343
repo.config['color.ui'] in ['no', 'never'])
4444
except (core.NotInRepoError, KeyError):
4545
pass

0 commit comments

Comments
 (0)