Skip to content

Commit 066263b

Browse files
Added newLine for committing with signature.
Signed-off-by: Alexandra Dragodan <[email protected]>
1 parent 4528e12 commit 066263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/devspace/configure/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ func (m *manager) addPullSecretConfig(dockerClient docker.Client, image string)
269269
ValidationRegexPattern: "^[^A-Z\\s]+\\.[^A-Z\\s]+$",
270270
ValidationMessage: "Error parsing registry username: must only include lowercase letters.",
271271
})
272+
272273
if err != nil {
273274
return "", err
274275
}
275-
276276
if registryUsername != "" {
277277
registryPassword, err = m.log.Question(&survey.QuestionOptions{
278278
Question: passwordQuestion,

0 commit comments

Comments
 (0)