diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7b77b49..78077f4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -17,8 +17,8 @@ - - + + @@ -268,12 +268,12 @@ - - + + diff --git a/Janitor.rb b/Janitor.rb index be1e7ca..8f884c6 100644 --- a/Janitor.rb +++ b/Janitor.rb @@ -60,7 +60,7 @@ class Janitor def move_self(cid) client_id = whoami() puts client_id - return move_client(client_id[0]['client_id'], cid) + return move_client(client_id['client_id'], cid) end