Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Aug 8, 2015
1 parent 29ef618 commit decbd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bindata:
@go-bindata -pkg=template -o=$(TMPl_EMBED) -prefix=templates/ templates/...

cover:
@CONFIG_POSTGRES_CONN=$(CONFIG_DBCONN) bash ./scripts/coverage.sh
@CONFIG_DBCONN=$(CONFIG_DBCONN) bash ./scripts/coverage.sh

watch:
@sass --watch assets/sass:static/css
Expand Down

0 comments on commit decbd7f

Please sign in to comment.