Skip to content

Commit

Permalink
fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed May 4, 2021
1 parent 26d9c26 commit 4191606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/door43metadata/door43metadata.go
Expand Up @@ -253,7 +253,7 @@ func ProcessDoor43MetadataForRepoRelease(repo *models.Repository, release *model
releaseDateUnix = timeutil.TimeStamp(commit.Author.When.Unix())
if release != nil {
branchOrTag = release.Target
} else {
} else {
branchOrTag = repo.DefaultBranch
}
}
Expand Down

0 comments on commit 4191606

Please sign in to comment.