Skip to content

Commit

Permalink
Merge pull request f4pga#2 from byuccl/byuDownloadDB
Browse files Browse the repository at this point in the history
Updated download-latest-db.sh to use byuccl/projxray-db
  • Loading branch information
grigg3 authored Jul 13, 2018
2 parents b5327bc + 3ca4cbe commit 8a108c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-latest-db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GITHUB_PROTO=${1:-https}
GITHUB_URL=$GITHUB_PROTO://github.com/SymbiFlow/prjxray-db.git
GITHUB_URL=$GITHUB_PROTO://github.com/byuccl/prjxray-db.git
rm -rf database
git clone $GITHUB_URL database

0 comments on commit 8a108c3

Please sign in to comment.