Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

common: fix 'the the' duplication in comment #3497

Merged
merged 1 commit into from Dec 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/apps/apps.go
Expand Up @@ -31,7 +31,7 @@ var (
)

type App struct {
Name string // the name of the app. If not set, the the image's name will be used.
Name string // the name of the app. If not set, the image's name will be used.
Image string // the image reference as supplied by the user on the cli
Args []string // any arguments the user supplied for this app
Asc string // signature file override for image verification (if fetching occurs)
Expand Down