Created
October 31, 2017 20:17
-
-
Save dav1x/3a6453f629d53e043be8defd78351d20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@sat6 ~]# hammer --server localhost organization list | |
Error: undefined method `request' for #<String:0x00000000c99fc8> | |
[root@sat6 ~]# hammer -s localhost organization list | |
Error: undefined method `request' for #<String:0x000000049fb998> | |
[root@sat6 ~]# hammer -s 10.19.114.2 organization list | |
Error: undefined method `request' for #<String:0x000000022a5178> | |
[root@sat6 ~]# hammer -s sat6.e2e.bos.redhat.com organization list | |
Error: undefined method `request' for #<String:0x00000003fd4f78> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment