Skip to content

Commit

Permalink
Fix bug in Action.loadRepo() (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig authored and lunny committed Jun 14, 2017
1 parent 0168b70 commit 96152c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (a *Action) loadActUser() {
}

func (a *Action) loadRepo() {
if a.ActUser != nil {
if a.Repo != nil {
return
}
var err error
Expand Down

0 comments on commit 96152c3

Please sign in to comment.