mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-12 13:37:13 +02:00
Fix perms for http/ssh clone (#288)
This commit is contained in:
@ -74,7 +74,7 @@ func Run(actionType int) {
|
||||
case IndexGists:
|
||||
functionToRun = indexGists
|
||||
default:
|
||||
panic("unhandled default case")
|
||||
log.Error().Msg("Unknown action type")
|
||||
}
|
||||
|
||||
functionToRun()
|
||||
|
Reference in New Issue
Block a user