Skip to content

Commit

Permalink
Merge pull request #40 from toolness/patch-1
Browse files Browse the repository at this point in the history
Update normalize.sh to work with labs-geosearch-pad-normalize's latest Dockerfile
  • Loading branch information
SPTKL authored Dec 3, 2020
2 parents ba84577 + 2819988 commit f5a2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/normalize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e;

function normalize_nycpad() { compose_run 'nycpad_normalizer' './bin/normalize' $@; }
function normalize_nycpad() { compose_run 'nycpad_normalizer' $@; }
register 'normalize' 'nycpad' '(re)download nycpad data, normalize, and save; version can optionally be specified' normalize_nycpad

0 comments on commit f5a2b89

Please sign in to comment.