Skip to content

Commit c3860e3

Browse files
authored
Merge pull request #244 from sirlucjan/fix-1
Fix gitless error
2 parents 28623d3 + 1c7be09 commit c3860e3

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)