Skip to content

Commit 3df911a

Browse files
committed
fix comment
1 parent 156f0db commit 3df911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ func getArtifactByPathParam(ctx *context.APIContext, repo *repo_model.Repository
12371237
return nil
12381238
}
12391239
// if artifacts status is not uploaded-confirmed, treat it as not found
1240-
// Only check RepoID here, because the repository owner may change over the time
1240+
// only check RepoID here, because the repository owner may change over the time
12411241
if !ok ||
12421242
art.RepoID != repo.ID ||
12431243
art.Status != actions_model.ArtifactStatusUploadConfirmed && art.Status != actions_model.ArtifactStatusExpired {

0 commit comments

Comments
 (0)