Skip to content

Commit

Permalink
Merge pull request #184 from skazi0/repocheck-error-message
Browse files Browse the repository at this point in the history
upgrade: Fix repocheck component in error message
  • Loading branch information
rhafer authored Dec 20, 2018
2 parents d3d387c + 7d433ed commit 0190527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crowbar/client/command/upgrade/repocheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def execute
)
else
err "No such component '#{args.component}'. " \
"Only 'admin' and 'nodes' are valid components."
"Only 'crowbar' and 'nodes' are valid components."
end
end
end
Expand Down

0 comments on commit 0190527

Please sign in to comment.