Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Nov 11, 2017
1 parent b7a093a commit d4d7a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dry.go
Expand Up @@ -221,7 +221,7 @@ func (d *Dry) ShowServices() {
d.changeViewMode(Services)
}

//ShowTasks changes the state of dry to show the stack list
//ShowStacks changes the state of dry to show the stack list
func (d *Dry) ShowStacks() {
d.changeViewMode(Stacks)
}
Expand Down

0 comments on commit d4d7a78

Please sign in to comment.