summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:44:28 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:44:28 -0700
commitaa67489e609813c14566e32d6868ab49fe35de81 (patch)
treefbb406a157232eef9784bf29b445b54bc835e107 /lib
parente1a267f533e2690698df58dd1c6e72443be489d5 (diff)
downloadmixlib-shellout-aa67489e609813c14566e32d6868ab49fe35de81.tar.gz
Update the github links in comments
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/shellout/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/windows.rb b/lib/mixlib/shellout/windows.rb
index 75cfd51..27adbbd 100644
--- a/lib/mixlib/shellout/windows.rb
+++ b/lib/mixlib/shellout/windows.rb
@@ -221,7 +221,7 @@ module Mixlib
end
# cmd does not parse multiple quotes well unless the whole thing is wrapped up in quotes.
- # https://github.com/opscode/mixlib-shellout/pull/2#issuecomment-4837859
+ # https://github.com/chef/mixlib-shellout/pull/2#issuecomment-4837859
# http://ss64.com/nt/syntax-esc.html
def run_under_cmd(command)
[ ENV["COMSPEC"], "cmd /c \"#{command}\"" ]