summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ssh_known_hosts_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ssh_known_hosts_entry.rb')
-rw-r--r--lib/chef/resource/ssh_known_hosts_entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ssh_known_hosts_entry.rb b/lib/chef/resource/ssh_known_hosts_entry.rb
index be11a1ede5..4069c3da5e 100644
--- a/lib/chef/resource/ssh_known_hosts_entry.rb
+++ b/lib/chef/resource/ssh_known_hosts_entry.rb
@@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require_relative ""
+require_relative "../resource"
class Chef
class Resource