From c0f8e8f53a849e0afd68f2f9f9cdfbc8ee848695 Mon Sep 17 00:00:00 2001 From: promostarr Date: Mon, 17 Apr 2017 16:13:25 +0100 Subject: [PATCH] Just trying stuff --- .idea/workspace.xml | 12 ++++++------ Janitor.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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