diff options
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 94f681b709..ab358fdcb6 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -require_relative "" +require_relative "../application" require_relative "../client" require_relative "../config" require_relative "../daemon" |