lib/mixlib/install/generator.rb in mixlib-install-3.11.24 vs lib/mixlib/install/generator.rb in mixlib-install-3.11.26

- old
+ new

@@ -13,11 +13,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require "mixlib/install/generator/bourne" -require "mixlib/install/generator/powershell" +require_relative "generator/bourne" +require_relative "generator/powershell" module Mixlib class Install class Generator def self.install_command(options)