Skip to content

Commit bd51e34

Browse files
committed
Fix an incorrect log message.
1 parent 097405a commit bd51e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/push/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func (pushService *pushService) pushReleases() error {
350350
}
351351
for index, releasePathStat := range releasePathStats {
352352
releaseName := releasePathStat.Name()
353-
log.Debugf("Pulling CodeQL bundle %s (%d/%d)...", releaseName, index+1, len(releasePathStats))
353+
log.Debugf("Pushing CodeQL bundle %s (%d/%d)...", releaseName, index+1, len(releasePathStats))
354354
release, err := pushService.createOrUpdateRelease(releaseName)
355355
if err != nil {
356356
return err

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy