Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e077d85

Browse files
author
Vincent Demeester
authored
Merge pull request #330 from gesellix/maitainers-typo
Fix typo in `maitainers`.
2 parents d9ca723 + 1cf0f53 commit e077d85

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

e2e/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ name: app-test
111111
description: my cool app
112112
# Namespace to use when pushing to a registry. This is typically your Hub username.
113113
#namespace: myHubUsername
114-
# List of application maitainers with name and email for each
114+
# List of application maintainers with name and email for each
115115
maintainers:
116116
- name: bob
117117
email:

e2e/testdata/init-singlefile.dockerapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: tac
77
description: my cool app
88
# Namespace to use when pushing to a registry. This is typically your Hub username.
99
#namespace: myHubUsername
10-
# List of application maitainers with name and email for each
10+
# List of application maintainers with name and email for each
1111
maintainers:
1212
- name: bob
1313
email:

examples/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name: hello-world
2323
description:
2424
# Namespace to use when pushing to a registry. This is typically your Hub username.
2525
#namespace: myHubUsername
26-
# List of application maitainers with name and email for each
26+
# List of application maintainers with name and email for each
2727
maintainers:
2828
- name: user
2929
email:

examples/hello-world/hello-world.dockerapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: hello-world
77
description: "Hello, World!"
88
# Namespace to use when pushing to a registry. This is typically your Hub username.
99
namespace: myHubUsername
10-
# List of application maitainers with name and email for each
10+
# List of application maintainers with name and email for each
1111
maintainers:
1212
- name: user
1313
email: "user@email.com"

examples/voting-app/voting-app.dockerapp/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: voting-app
66
description: "Dogs or cats?"
77
# Namespace to use when pushing to a registry. This is typically your Hub username.
88
namespace: myHubUsername
9-
# List of application maitainers with name and email for each
9+
# List of application maintainers with name and email for each
1010
maintainers:
1111
- name: user
1212
email: user@email.com

internal/packager/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ name: {{ .Name }}
247247
description: {{ .Description }}
248248
# Namespace to use when pushing to a registry. This is typically your Hub username.
249249
{{ if len .Namespace}}namespace: {{ .Namespace }} {{ else }}#namespace: myHubUsername{{ end }}
250-
# List of application maitainers with name and email for each
250+
# List of application maintainers with name and email for each
251251
{{ if len .Maintainers }}maintainers:
252252
{{ range .Maintainers }} - name: {{ .Name }}
253253
email: {{ .Email }}

internal/packager/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ name: writemetadata_test
8282
description:
8383
# Namespace to use when pushing to a registry. This is typically your Hub username.
8484
#namespace: myHubUsername
85-
# List of application maitainers with name and email for each
85+
# List of application maintainers with name and email for each
8686
maintainers:
8787
- name: bearclaw
8888
email: bearclaw

0 commit comments

Comments
 (0)