Skip to content

Commit

Permalink
Per #2123, forgot to update met/data/table_files/Makefile.am to insta…
Browse files Browse the repository at this point in the history
…ll the new header file for 11.0.0.
  • Loading branch information
JohnHalleyGotway committed Apr 8, 2022
1 parent c15e20e commit e2f38c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions met/data/table_files/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
tablefilesdir = $(pkgdatadir)/table_files

tablefiles_DATA = \
met_header_columns_V11.0.txt \
met_header_columns_V10.1.txt \
met_header_columns_V10.0.txt \
met_header_columns_V9.1.txt \
Expand Down
1 change: 0 additions & 1 deletion scripts/docker/build_met_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if [ $? != 0 ]; then
exit 1
fi


if [[ $MET_GIT_NAME == "v"* ]]; then
cd /met; rm -rf MET-*;
fi

0 comments on commit e2f38c3

Please sign in to comment.