Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada627a commit bbf41f6Copy full SHA for bbf41f6
1 file changed
lib/core/update.py
@@ -35,7 +35,7 @@ def update():
35
logger.debug(debugMsg)
36
37
dataToStdout("\r[%s] [INFO] update in progress " % time.strftime("%X"))
38
- process = execute("gita pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE)
+ process = execute("git pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE)
39
pollProcess(process, True)
40
stdout, stderr = process.communicate()
41
0 commit comments