Skip to content

Commit 4bdc856

Browse files
committed
changed vimbadmin repo
1 parent d8a048c commit 4bdc856

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ee/cli/plugins/stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,8 @@ def install(self, packages=[], apt_packages=[], disp_msg=True):
21222122

21232123
# https://github.com/EasyEngine/ViMbAdmin/archive/3.0.13.tar.gz
21242124
packages = packages + [["https://github.com/EasyEngine/"
2125-
"ViMbAdmin/archive/master.tar.gz"
2125+
"ViMbAdmin/archive/{0}.tar.gz"
2126+
.format(EEVariables.ee_vimbadmin),
21262127
"/tmp/vimbadmin.tar.gz",
21272128
"ViMbAdmin"],
21282129
["https://github.com/roundcube/"

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class EEVariables():
2020
ee_adminer = "4.2.1"
2121
ee_roundcube = "1.1.4"
2222
# ee_vimbadmin = "3.0.12"
23-
ee_vimbadmin = "3.0.13"
23+
ee_vimbadmin = "master"
2424

2525
# Get WPCLI path
2626
ee_wpcli_path = os.popen('which wp | tr "\n" " "').read()

0 commit comments

Comments
 (0)