Skip to content

Commit 83ce18a

Browse files
committed
fix showing incorrect linstor-client githash
1 parent 5e67b69 commit 83ce18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linstor_client/consts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"""
1919

2020
"""
21-
Global constants for linstor
21+
Global constants for linstor client
2222
"""
2323

2424
VERSION = "1.6.1"
2525

2626
try:
27-
from linstor.consts_githash import GITHASH
27+
from linstor_client.consts_githash import GITHASH
2828
except ImportError:
2929
GITHASH = 'GIT-hash: UNKNOWN'
3030

0 commit comments

Comments
 (0)