Skip to content

Commit

Permalink
update ndc URL. see #54
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Oct 21, 2015
1 parent 2117a7d commit da8ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ ask_ndc() {
}

fetch_ndc() {
NDC_URL="http://www.fda.gov/downloads/Drugs/DevelopmentApprovalProcess/UCM070838.zip"
NDC_URL="http://www.accessdata.fda.gov/cder/ndc.zip"
if [ ! -d "${NDC_DIR}" ]; then
mkdir -p "${NDC_DIR}"
fi
Expand Down

0 comments on commit da8ce1e

Please sign in to comment.