This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed bug
#151
finally (
#164
)
for-closed-social
Lunny Xiao
8 years ago
committed by
GitHub
parent
3ef022b071
commit
bd76e156bb
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
main.go
+ 1
- 2
main.go
View File
@ -7,7 +7,6 @@
package
main
// import "code.gitea.io/gitea"
import
(
"log"
"os"
"runtime"
@ -38,5 +37,5 @@ func main() {
cmd
.
CmdAdmin
,
}
app
.
Flags
=
append
(
app
.
Flags
,
[
]
cli
.
Flag
{
}
...
)
log
.
Fatal
(
app
.
Run
(
os
.
Args
)
)
app
.
Run
(
os
.
Args
)
}
Write
Preview
Loading…
Cancel
Save