Skip to content

Commit

Permalink
correct path (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmentel authored Jan 1, 2025
1 parent 36d0b23 commit 4fb4dc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,8 @@ def render_data_docs(c):
@task
def sqldiff(c, branch="master"):
"""Run sqldiff."""
c.run("git show master:mendeleev/elements.db > elements.db.master", echo=True)
c.run(
"git show master:mendeleev/elements.db > mendeleev/elements.db.master",
echo=True,
)
c.run("sqldiff mendeleev/elements.db.master mendeleev/elements.db", echo=True)

0 comments on commit 4fb4dc9

Please sign in to comment.