typos fix

This commit is contained in:
Istiak Ferdous
2020-06-24 14:08:01 +06:00
committed by GitHub
parent e0fc15a34a
commit 6395bb8259

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"'