Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbf41f6

Browse files
committed
Removing debugging leftover
1 parent ada627a commit bbf41f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def update():
3535
logger.debug(debugMsg)
3636

3737
dataToStdout("\r[%s] [INFO] update in progress " % time.strftime("%X"))
38-
process = execute("gita pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE)
38+
process = execute("git pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE)
3939
pollProcess(process, True)
4040
stdout, stderr = process.communicate()
4141

0 commit comments

Comments
 (0)