diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2021-03-30 12:56:20 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2021-03-31 13:52:49 -0400 |
commit | ed301ac33894e25ace697f446eaa7fa610f920e0 (patch) | |
tree | d9c0ceec32d2f4da1f8622981c4fa7a08eff99e1 /bin/knife | |
parent | 511efdc684ba5029c6cb2226acbf2cc81748a25d (diff) | |
download | chef-ed301ac33894e25ace697f446eaa7fa610f920e0.tar.gz |
do not use nonexistant bin path as cwd
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'bin/knife')
-rwxr-xr-x | bin/knife | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # ./knife - Chef CLI interface # # Author:: Adam Jacob (<adam@chef.io>) -# Copyright:: Copyright 2009-2018, Chef Software Inc. +# Copyright:: Copyright Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |