Skip to content

Commit

Permalink
better doc wording - don't tell them what to do
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Dec 12, 2016
1 parent 5d09e5c commit 64ba4fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/installation/select_system_role.rb
Expand Up @@ -112,10 +112,7 @@ def next_handler

private

# @return [Symbol] what should the caller do next
# :next - go to next wizard dialog
# :back - show role selection dialog again
# :abort - user pressed Abort
# @return [:next,:back,:abort] which direction the additional dialogs exited
def run_clients(role_id, going_back: false)
clients = raw_roles.find { |r| r["id"] == role_id }["additional_dialogs"]
clients ||= ""
Expand Down

0 comments on commit 64ba4fe

Please sign in to comment.