Skip to content

Commit faae4cd

Browse files
committed
require rubygems before chef so debian can add to the load path
1 parent 28f2b3d commit faae4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef-server/bin/chef-indexer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# See the License for the specific language governing permissions and
1919
# limitations under the License.
2020

21+
require 'rubygems'
2122
require 'optparse'
2223
require 'chef'
23-
require 'rubygems'
2424
require 'facter'
2525

2626
config = {

0 commit comments

Comments
 (0)