Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Jeannopoulos committed Jul 31, 2020
1 parent b0856b8 commit 8791243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ test_sqlite3: ## test sqlite3 code generation



set_ralease: ## populate release info
set_release: ## populate release info
./release.sh

gen_readme: set_ralease ## generate readme file
gen_readme: set_release ## generate readme file
go run github.com/smallnest/gen/readme \
--sqltype=sqlite3 \
--connstr "./example/sample.db" \
Expand Down

0 comments on commit 8791243

Please sign in to comment.