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

- old
+ new

@@ -13,10 +13,10 @@ # 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/base" +require_relative "base" module Mixlib class Install class Generator class PowerShell < Base