typos fix

This commit is contained in:
Istiak Ferdous
2020-06-24 14:08:01 +06:00
committed by GitHub
parent 2abcfa0262
commit 3a405ac2c1

View File

@@ -1428,7 +1428,7 @@ class Upgrade:
os.chdir('/usr/local/CyberCP')
command = 'git config --global user.email "support@cyberpanel.met"'
command = 'git config --global user.email "support@cyberpanel.net"'
Upgrade.executioner(command, command, 1)
command = 'git config --global user.name "CyberPanel"'