You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/04/25 07:23:49 UTC

[skywalking-nginx-lua] branch master updated: bugfix: used tag v0.1.0 for luarocks. (#36)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 98fdadd  bugfix: used tag v0.1.0 for luarocks. (#36)
98fdadd is described below

commit 98fdadd18fe6026e1767c6d79c86df2dad13a826
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Sat Apr 25 15:23:43 2020 +0800

    bugfix: used tag v0.1.0 for luarocks. (#36)
---
 rockspec/skywalking-nginx-lua-0.1-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/skywalking-nginx-lua-0.1-0.rockspec b/rockspec/skywalking-nginx-lua-0.1-0.rockspec
index f02a681..cab0eea 100644
--- a/rockspec/skywalking-nginx-lua-0.1-0.rockspec
+++ b/rockspec/skywalking-nginx-lua-0.1-0.rockspec
@@ -2,7 +2,7 @@ package = "skywalking-nginx-lua"
 version = "0.1-0"
 source = {
    url = "git://github.com/apache/skywalking-nginx-lua",
-   branch = "master",
+   tag = "v0.1.0",
 }
 
 description = {