Skip to content

Commit da95121

Browse files
committed
Show pending version removal progress
1 parent 5394900 commit da95121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

registry/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ func ApprovePendingVersion(c *space.Space, pending *Version, app *App) (*Version
465465
}
466466

467467
func DeletePendingVersion(c *space.Space, version *Version) error {
468+
fmt.Printf("Removing pending version %s/%s\n", version.Slug, version.Version)
468469
// Delete attachments (swift or couchdb)
469470
err := version.RemoveAllAttachments(c)
470471
if err != nil {

0 commit comments

Comments
 (0)