diff --git a/registry/app/api/controller/metadata/get_client_setup_details.go b/registry/app/api/controller/metadata/get_client_setup_details.go index e471d8a91..63b440326 100644 --- a/registry/app/api/controller/metadata/get_client_setup_details.go +++ b/registry/app/api/controller/metadata/get_client_setup_details.go @@ -219,8 +219,7 @@ func GetClientSetupDetails( header3 := "Retag and Push the image" section3step1Header := "Run this Docker command in your terminal to tag the image." section3step1Commands := []string{ - "docker tag //" + - " //:", + "docker tag : //:", } section3step1Type := artifact.ClientSetupStepTypeStatic section3step2Header := "Run this Docker command in your terminal to push the image." @@ -246,14 +245,14 @@ func GetClientSetupDetails( Header: &header1, Steps: §ion1, }, - { - Header: &header2, - Steps: §ion2, - }, { Header: &header3, Steps: §ion3, }, + { + Header: &header2, + Steps: §ion2, + }, }, }