summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-03 14:32:25 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-03 14:32:25 -0800
commit05345273272d25aae718ea330abd4cc5f7454cf7 (patch)
tree4ddd84e1839d6391b60b0f33f5abbe00997946c4
parent31312fb087f9925f810b2165bc6da07665562368 (diff)
downloadchef-05345273272d25aae718ea330abd4cc5f7454cf7.tar.gz
Resolve spellcheck warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--cspell.json7
-rw-r--r--lib/chef/resource/bash.rb2
2 files changed, 5 insertions, 4 deletions
diff --git a/cspell.json b/cspell.json
index 76e51788b9..b63cc0f898 100644
--- a/cspell.json
+++ b/cspell.json
@@ -16,7 +16,6 @@
"words": [
"abcz",
"Abdulin",
- "badssl",
"ABORTIFHUNG",
"ACCOUNTDISABLE",
"activationkey",
@@ -111,6 +110,7 @@
"backupfile",
"BADKEY",
"badpasswordattempts",
+ "badssl",
"balasankarc",
"Balatero",
"barbaz",
@@ -418,7 +418,6 @@
"Eachern",
"EASTEUROPE",
"EBUSY",
- "escapepath",
"eckey",
"ecparam",
"edir",
@@ -452,6 +451,7 @@
"Erubis",
"Eruby",
"esac",
+ "escapepath",
"ESRCH",
"etag",
"etags",
@@ -761,6 +761,7 @@
"Juanje",
"jugatsu",
"julienhuon",
+ "jxvf",
"katello",
"Kauppila",
"kaustubh",
@@ -1173,6 +1174,7 @@
"PASSWORDNAME",
"PATCHLEVEL",
"pathed",
+ "PATHEXT",
"PATHFINDING",
"pathnames",
"pbkdf",
@@ -1879,7 +1881,6 @@
"Zanetti",
"Zapp",
"zeproc",
- "PATHEXT",
"ZEROEXEC",
"ZEROINIT",
"Zimmek",
diff --git a/lib/chef/resource/bash.rb b/lib/chef/resource/bash.rb
index 60553fe45d..9ed6dc68d5 100644
--- a/lib/chef/resource/bash.rb
+++ b/lib/chef/resource/bash.rb
@@ -80,7 +80,7 @@ class Chef
```ruby
git "#{Chef::Config[:file_cache_path]}/ruby-build" do
- repository 'git://github.com/sstephenson/ruby-build.git'
+ repository 'git://github.com/rbenv/ruby-build.git'
revision 'master'
action :sync
end