Skip to content

Commit

Permalink
force the copy
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Oct 12, 2015
1 parent 6ff681a commit e5123a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/vendor-gov-list
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -Rf tmp/gsa-data
git clone https://github.com/GSA/data tmp/gsa-data
pattern="tmp/gsa-data/dotgov-domains/*-full.csv"
files=( $pattern )
cp "${files[@]:(-1)}" config/vendor/dotgovs.csv
cp -f "${files[@]:(-1)}" config/vendor/dotgovs.csv

# Clean up
rm -Rf tmp/gsa-data

0 comments on commit e5123a9

Please sign in to comment.