diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-21 13:53:07 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-21 17:29:42 -0800 |
commit | 3a7dc2359fd833e5f920818f67f6d0474bfb9042 (patch) | |
tree | 85022fc32a7b47e3163080a391e811b73f0af617 /chef-utils | |
parent | 9ecef4c033640e67e742e2395efb934e1e387f2e (diff) | |
download | chef-3a7dc2359fd833e5f920818f67f6d0474bfb9042.tar.gz |
fix namespacing bugs
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version_string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version_string.rb b/chef-utils/lib/chef-utils/version_string.rb index d4843263b8..5b3780e618 100644 --- a/chef-utils/lib/chef-utils/version_string.rb +++ b/chef-utils/lib/chef-utils/version_string.rb @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -class ChefUtils +module ChefUtils # String-like object for version strings. # # @since 13.2 |