From 2b0b241c40744b6babd2fa3883dc48f33f77428b Mon Sep 17 00:00:00 2001 From: alex501212 Date: Wed, 13 Nov 2024 17:26:44 +0000 Subject: [PATCH] update shebang --- libexec/custom_facts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/custom_facts.rb b/libexec/custom_facts.rb index db65e93c37..f181082778 100755 --- a/libexec/custom_facts.rb +++ b/libexec/custom_facts.rb @@ -1,4 +1,4 @@ -#! /opt/puppetlabs/puppet/bin/ruby +#! /usr/bin/ruby # frozen_string_literal: true require 'json'