From 03e204203468931c91856a064d34063a7dba7a50 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 21 Nov 2018 22:04:13 +0100 Subject: [PATCH] README: fix git instructions, show 'master' info --- README.md | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2377d6f..11aef5d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ REPO="https://github.com/Icinga/icingaweb2-module-reactbundle" \ && MODULES_PATH="/usr/share/icingaweb2/modules" \ && MODULE_VERSION=0.4.1 \ && mkdir -p "$MODULES_PATH" \ -&& git clone ${REPO} "${MODULES_PATH}/reactbundle" +&& git clone ${REPO} "${MODULES_PATH}/reactbundle" --branch v${MODULE_VERSION} icingacli module enable reactbundle ``` diff --git a/module.info b/module.info index 8731620..3cd6a9a 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: React Bundle -Version: v0.4.1 +Version: master Description: ReactPHP-based 3rd party libraries This repository is an attempt to ship 3rd party libraries that might be useful for asynchronous PHP-based Icinga Web 2 modules. Please download the latest