summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows/net_use.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/util/windows/net_use.rb')
-rw-r--r--lib/chef/util/windows/net_use.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/util/windows/net_use.rb b/lib/chef/util/windows/net_use.rb
index 1a2acaed33..0c870b5121 100644
--- a/lib/chef/util/windows/net_use.rb
+++ b/lib/chef/util/windows/net_use.rb
@@ -66,7 +66,7 @@ class Chef::Util::Windows::NetUse < Chef::Util::Windows
end
def device
- get_info()[:remote]
+ get_info[:remote]
end
def delete