Skip to content

Commit

Permalink
resolved lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed May 26, 2020
1 parent b0b3bca commit 70fea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shared_samples/hypervisor_cluster_profile.rb
Expand Up @@ -82,5 +82,5 @@
# Delete method accepts 2 arguments - soft_delete(boolean) and force(boolean) which are optional till API1200
# soft_delete has become mandatory argument in API1600 and force is still optional
# The default values for the arguments is "false"
hcp.delete(soft_delete = true, force = true)
hcp.delete(true, true)
puts "\nSuccesfully deleted the cluster profile"

0 comments on commit 70fea2e

Please sign in to comment.