Skip to content

Commit

Permalink
per #1920, working on scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed May 6, 2022
1 parent fa49902 commit 9e237e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/scripts/build/met_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ make dist > /dev/null

# Construct the desired name for the tar file. autoconf
# creates the tar file using it's standard naming convention.
TAR_FILE="MET-${MET_BUILD_VERSION}.${TODAY}.tar.gz"
TAR_FILE="met-${MET_BUILD_VERSION}.${TODAY}.tar.gz"

echo "Moving tar file to new name: '${TAR_FILE}'"
mv MET-* ../${TAR_FILE}
mv met-* ../${TAR_FILE}

0 comments on commit 9e237e2

Please sign in to comment.