Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

Commit 341810d

Browse files
added missing global variable output
Signed-off-by: Andreas Ulm <[email protected]>
1 parent 70f6d2c commit 341810d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmd/issues.go

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
"github.com/urfave/cli"
1717
)
1818

19+
var output string
20+
1921
// CmdIssues represents to login a gitea server.
2022
var CmdIssues = cli.Command{
2123
Name: "issues",

cmd/releases.go

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import (
1414
"github.com/urfave/cli"
1515
)
1616

17+
var output string
18+
1719
// CmdReleases represents to login a gitea server.
1820
var CmdReleases = cli.Command{
1921
Name: "releases",

0 commit comments

Comments
 (0)