mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
8 lines
167 B
Ruby
8 lines
167 B
Ruby
|
# encoding: utf-8
|
||
|
# author: Dave Parfitt
|
||
|
|
||
|
libdir = File.dirname(__FILE__)
|
||
|
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||
|
|
||
|
require 'inspec-artifact/cli'
|