From 28143592d2f37e9df85616df56b7ff52bfbaddeb Mon Sep 17 00:00:00 2001 From: Vasu1105 Date: Mon, 7 Mar 2022 12:10:38 +0530 Subject: [PATCH] Fixed minor docs typos. Signed-off-by: Vasu1105 --- docs-chef-io/content/inspec/profiles.md | 1 - lib/inspec/base_cli.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs-chef-io/content/inspec/profiles.md b/docs-chef-io/content/inspec/profiles.md index 8a7fbc494..ef4cd499e 100644 --- a/docs-chef-io/content/inspec/profiles.md +++ b/docs-chef-io/content/inspec/profiles.md @@ -300,7 +300,6 @@ depends: ``` ## Gem Dependencies - Any profile with ruby gem dependencies that need to be installed can be specified using the gem dependencies settings in metadata file. For example, if you required any ruby library in the custom resource that needs a specific gem to be installed then you can specify that in the metadata file. It installs the gems in the default path of InSpec that is `~/.inspec/gems` when you run your profile. diff --git a/lib/inspec/base_cli.rb b/lib/inspec/base_cli.rb index 60d94a7de..abf9f0f7d 100644 --- a/lib/inspec/base_cli.rb +++ b/lib/inspec/base_cli.rb @@ -146,7 +146,7 @@ module Inspec option :vendor_cache, type: :string, desc: "Use the given path for caching dependencies. (default: ~/.inspec/cache)" option :auto_install_gems, type: :boolean, default: false, - desc: "Auto install gem dependencies of profile/resource pack defined in metadata file." + desc: "Auto installs gem dependencies of profile/resource pack defined in metadata file." end def self.supermarket_options