summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Murawski <steven.murawski@gmail.com>2016-06-21 12:37:32 -0500
committerSteven Murawski <steven.murawski@gmail.com>2016-06-21 12:37:32 -0500
commit78f8c06100f1b121b0139d7209680548bb88fdbd (patch)
tree39d1d2245d29cac518815c77ee67dd92e9d258f7
parent140cec3bb035b6c1a3b1f6906ba60f74dbacb2e7 (diff)
downloadohai-78f8c06100f1b121b0139d7209680548bb88fdbd.tar.gz
remove require base64
-rw-r--r--lib/ohai/plugins/powershell.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/powershell.rb b/lib/ohai/plugins/powershell.rb
index 08e72610..af8da75d 100644
--- a/lib/ohai/plugins/powershell.rb
+++ b/lib/ohai/plugins/powershell.rb
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require "base64"
Ohai.plugin(:Powershell) do
provides "languages/powershell"