Skip to content

Commit

Permalink
Argh, typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmpereira committed Mar 18, 2012
1 parent c97fa94 commit 8df260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello-world.lisp
@@ -1,6 +1,6 @@
(in-package :example)

(defvar *databse-url* "postgres://sjxorekfoz:AGMva3s8HwDwtaCqXE7m@ec2-107-20-191-127.compute-1.amazonaws.com/sjxorekfoz")
(defvar *database-url* (sb-posix:getenv "DATABASE_URL"))

(defun db-params ()
(let* ((url (second (cl-ppcre:split "//" *database-url*)))
Expand Down

0 comments on commit 8df260b

Please sign in to comment.