From 3fc283279ec5d712ed6f83dc827569b1fe0667b6 Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Mon, 27 Apr 2015 17:18:18 -0700 Subject: [PATCH] strip blackjet reference --- docs/DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md index 8428e261a69..221d870b935 100644 --- a/docs/DEVELOPERS.md +++ b/docs/DEVELOPERS.md @@ -98,7 +98,7 @@ You can make API calls from the REPL using `metabase.http-client`: ```clojure (use 'metabase.http-client) (defn cl [& args] - (-> (apply client {:email "crowberto@metabase.com", :password "blackjet"} args) + (-> (apply client {:email "crowberto@metabase.com", :password "squawk"} args) clojure.pprint/pprint)) (cl :get "user/current") ;; -> {:email "crowbetro@metabase.com", -- GitLab