summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2020-01-29 23:33:41 -0500
committerMarc Chamberland <chamberland.marc@gmail.com>2020-02-26 19:02:18 -0500
commitfb434f9eba1bf876489479f98a0d1c64ebb04ca5 (patch)
tree61b0ed58f305901998ac02b049ef82c4ca750a3d
parentb1d46e8fb490d542e35764256ed6fe12f5ce85ed (diff)
downloadchef-fb434f9eba1bf876489479f98a0d1c64ebb04ca5.tar.gz
capitalize drive letter
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
-rw-r--r--spec/unit/knife/core/windows_bootstrap_context_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/knife/core/windows_bootstrap_context_spec.rb b/spec/unit/knife/core/windows_bootstrap_context_spec.rb
index e5a4e955e8..2c538975e8 100644
--- a/spec/unit/knife/core/windows_bootstrap_context_spec.rb
+++ b/spec/unit/knife/core/windows_bootstrap_context_spec.rb
@@ -164,9 +164,9 @@ describe Chef::Knife::Core::WindowsBootstrapContext do
expected = <<~EXPECTED
echo.chef_server_url "http://chef.example.com:4444"
echo.validation_client_name "chef-validator-testing"
- echo.file_cache_path "c:/chef/cache"
- echo.file_backup_path "c:/chef/backup"
- echo.cache_options ^({:path =^> "c:/chef/cache/checksums", :skip_expires =^> true}^)
+ echo.file_cache_path "C:/chef/cache"
+ echo.file_backup_path "C:/chef/backup"
+ echo.cache_options ^({:path =^> "C:/chef/cache/checksums", :skip_expires =^> true}^)
echo.# Using default node name ^(fqdn^)
echo.log_level :info
echo.log_location STDOUT