Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit db13e37

Browse files
committed
Changed theme url in make.sh
1 parent 10a3a62 commit db13e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if [ "$ARG" != "nodocs" ]; then
112112
# Downloads latest percona-theme
113113
echo "Downloading percona-theme..."
114114
cd release/docs/config/
115-
wget -q -O percona-theme.tar.gz http://percona.com/docs/theme/percona-monitoring-plugins/
115+
wget -q -O percona-theme.tar.gz http://percona.com/docs/theme/percona-monitoring-plugins/1.1
116116
rm -rf percona-theme
117117
echo "Extracting theme..."
118118
tar -zxf percona-theme.tar.gz

0 commit comments

Comments
 (0)