We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2120a05 commit 4f4a418Copy full SHA for 4f4a418
speakreader/versionMgmt.py
@@ -88,6 +88,9 @@ def __init__(self):
88
logger.error('Could not retrieve branch name from git. Defaulting to master.')
89
self.BRANCH_NAME = 'master'
90
91
+ speakreader.CONFIG.GIT_REMOTE = self.REMOTE_NAME
92
+ speakreader.CONFIG.GIT_BRANCH = self.BRANCH_NAME
93
+
94
else:
95
self.INSTALL_TYPE = 'source'
96
self.REMOTE_NAME = 'origin'
0 commit comments