Skip to content

Commit

Permalink
rolling back changes and edits to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-allen committed Oct 30, 2024
1 parent 3872cf3 commit b70ccc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ copier copy [email protected]:cagov/caldata-infrastructure-template.git .
```

### Azure DevOps repo
Install git credential manager (with [Homebrew](https://brew.sh/) if on a mac, if on a windows you should have it by default.) Then run the following three commands:
Install git credential manager (with [Homebrew](https://brew.sh/) if on a Mac, if on a windows you should have it by default with [this git instalation](https://git-scm.com/downloads/win).) Then run the following three commands:

```bash
brew install git-credential-manager
Expand Down
2 changes: 0 additions & 2 deletions {{project_name}}/transform/models/sample_data.sql.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% if execute %}
select
randstr(uniform(10, 30, random(1)), uniform(1, 100000, random(1)))::varchar(
30
Expand All @@ -11,4 +10,3 @@ select
30
) as email
from table(generator(rowcount => 1000))
{% endif %}

0 comments on commit b70ccc7

Please sign in to comment.