Skip to content

Commit

Permalink
fix: update gitlab primer ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Jul 26, 2024
1 parent aed0f39 commit ed15319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlfmt_primer/primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_projects() -> List[SQLProject]:
SQLProject(
name="gitlab",
git_url="https://github.com/tconbeer/gitlab-analytics-sqlfmt.git",
git_ref="b1935f4", # sqlfmt 54b8edd
git_ref="5cd49f6", # sqlfmt aed0f39
expected_changed=1,
expected_unchanged=2416,
expected_errored=0,
Expand Down

0 comments on commit ed15319

Please sign in to comment.