cmd/puppeth: fixed comment typo

This commit is contained in:
hackyminer 2018-08-18 06:36:16 +09:00
parent 93ce802f02
commit 272b5cae5f
No known key found for this signature in database
GPG key ID: 46D453DDCA4B766F

View file

@ -92,7 +92,7 @@ func (w *wizard) deployDashboard() {
pages = append(pages, page) pages = append(pages, page)
} }
} }
// Promt the user to chose one, enter manually or simply not list this service // Prompt the user to chose one, enter manually or simply not list this service
defLabel, defChoice := "don't list", len(pages)+2 defLabel, defChoice := "don't list", len(pages)+2
if len(pages) > 0 { if len(pages) > 0 {
defLabel, defChoice = pages[0], 1 defLabel, defChoice = pages[0], 1