From 0809da8c6adf7c113e3ab14911b37668d63df010 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 17 Oct 2016 15:39:29 +0700
Subject: [PATCH] typo

---
 cekstatus.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cekstatus.js b/cekstatus.js
index 0fc9924..eb90ded 100644
--- a/cekstatus.js
+++ b/cekstatus.js
@@ -64,7 +64,7 @@ function login(data, callback) {
         }
 
         if (body.search('Incorrect username') >= 0) {
-            logger.warn('Salah username / password', {options = options});
+            logger.warn('Salah username / password', {options: options});
             return;
         }
 
-- 
1.9.0