diff options
| author | nikhil2611 <nikhilgupta2102@gmail.com> | 2023-05-17 17:37:49 +0530 |
|---|---|---|
| committer | nikhil2611 <nikhilgupta2102@gmail.com> | 2023-05-17 17:37:49 +0530 |
| commit | f254c5dfff598961216ed8a02df711cfa707c00e (patch) | |
| tree | 8107ba38d3304a8808e6d487fc9fe9ef42161c0d | |
| parent | 7ae3486c0b13915a75033a12501331796bd57c05 (diff) | |
| download | chef-nikhil/INFCT-122-knife-bootstrap-error.tar.gz | |
chefstyle lint fixnikhil/INFCT-122-knife-bootstrap-error
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
| -rw-r--r-- | knife/spec/unit/knife/bootstrap_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/spec/unit/knife/bootstrap_spec.rb b/knife/spec/unit/knife/bootstrap_spec.rb index d66584479b..88f29557be 100644 --- a/knife/spec/unit/knife/bootstrap_spec.rb +++ b/knife/spec/unit/knife/bootstrap_spec.rb @@ -1477,7 +1477,7 @@ describe Chef::Knife::Bootstrap do end end - # connection_password will take precedence here + # connection_password will take precedence here context "when connection_password is set, sudo_pass is set" do before do knife.config[:connection_password] = "opscode" |
