knife-softlayer icon indicating copy to clipboard operation
knife-softlayer copied to clipboard

bad merge in softlayer_server_relaunch.rb

Open matburstorm opened this issue 10 years ago • 2 comments

there's the detritus from a git merge in this module, and it looks like there's duplicate of the method... not sure which one is correct :)

matburstorm avatar May 10 '15 17:05 matburstorm

@matburstorm would you be so kind as to point out the specific file[s] and line[s] you're referring to?

cphrmky avatar May 14 '15 15:05 cphrmky

On 05/14/2015 08:13 AM, Matt Eldridge wrote:

@matburstorm https://github.com/matburstorm would you be so kind as to point out the specific file[s] and line[s] you're referring to?

— Reply to this email directly or view it on GitHub https://github.com/softlayer/knife-softlayer/issues/24#issuecomment-102067925.

Here's my commit to a local repo:

diff --git a/lib/chef/knife/softlayer_server_relaunch.rb b/lib/chef/knife/softlayer_server_relaunch.rb index cd41e19..fe36a06 100644 --- a/lib/chef/knife/softlayer_server_relaunch.rb +++ b/lib/chef/knife/softlayer_server_relaunch.rb @@ -1,3 +1,4 @@ +# -- coding: utf-8 --

Author:: Matt Eldridge ([email protected])

© Copyright IBM Corporation 2014.

@@ -100,8 +101,6 @@ class Chef end end

-||||||| merged common ancestors -=======

Author:: Matt Eldridge ([email protected])

© Copyright IBM Corporation 2014.

matburstorm avatar May 14 '15 15:05 matburstorm