Skip to content

Commit 9e8e675

Browse files
committed
turns on ldap method
1 parent 7725455 commit 9e8e675

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/cli.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def hello
1313

1414
desc "ldap UNIQNAME", "returns the ldap info for a user"
1515
def ldap(uniqname)
16-
puts uniqname
17-
# ProcessLdapOneUser.new(uniqname).ldap_output
16+
ProcessLdapOneUser.new(uniqname: uniqname).ldap_output
1817
end
1918
end

0 commit comments

Comments
 (0)