Skip to content

Commit

Permalink
Fix look up for latest in tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosferican committed Mar 25, 2020
1 parent 257335f commit 069e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/05_Commits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function commits(
data =
execute(
conn,
"""SELECT hash, committed_date FROM $(opt.schema).commits
"""SELECT hash, committed_date FROM $(opt.schema).commits_
WHERE slug = '$slug'
ORDER BY committed_date ASC
LIMIT 1
Expand Down

0 comments on commit 069e5f7

Please sign in to comment.