Skip to content

Commit 5b2cb12

Browse files
committed
[taoensso#77-taoensso#84] Housekeeping
Gave the entire codebase a quick once over, cleaning up some long-accumulated changes. Could do with a proper refactor but this'll have to do for now.
1 parent 6de1c19 commit 5b2cb12

File tree

5 files changed

+401
-347
lines changed

5 files changed

+401
-347
lines changed

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
:plugins [[lein-expectations "0.0.8"]
2929
[lein-autoexpect "1.6.0"]]}
3030
:dev
31-
[:1.7 :test
31+
[:1.8 :test
3232
{:plugins [[lein-ancient "0.6.4"]
3333
[codox "0.8.11"]]}]}
3434

Diff for: set-sample-env.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
export AWS_DYNAMODB_ACCESS_KEY="MY_ACCESS_IAM_KEY"
24
export AWS_DYNAMODB_SECRET_KEY="MY_SECRET_IAM_KEY"
3-
export AWS_DYNAMODB_ENDPOINT="http://localhost:8000"
5+
export AWS_DYNAMODB_ENDPOINT="http://localhost:8000"

0 commit comments

Comments
 (0)