Skip to content

Commit 5767221

Browse files
committed
vimbadmin test repo
1 parent 6c6e06f commit 5767221

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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/iam404/ViMbAdmin/archive/3.0.13.tar.gz
21242124
packages = packages + [["https://github.com/iam404/"
2125-
"ViMbAdmin/archive/3.0.13.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class EEVariables():
1919
ee_wp_cli = "0.22.0"
2020
ee_adminer = "4.2.1"
2121
ee_roundcube = "1.1.4"
22-
ee_vimbadmin = "3.0.12"
22+
# ee_vimbadmin = "3.0.12"
23+
ee_vimbadmin = "3.0.13"
2324

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

0 commit comments

Comments
 (0)