Skip to content

Commit

Permalink
[AM] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amackillop committed Mar 26, 2020
1 parent 7a0bbc6 commit 053cc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlas_installer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ working_dir="${base_dir}/dist"
rm -rf $working_dir \
&& mkdir -p $working_dir \
&& echo "Building atlas installer script..." \
&& echo "Copying the current atlas version (${reslease_version}) into the installer file" \
&& sed "s/There is no version information available./${reslease_version}/g" \
&& echo "Copying the current atlas version (${release_version}) into the installer file" \
&& sed "s/There is no version information available./${release_version}/g" \
$base_dir/atlas_installer.py > $working_dir/atlas_installer_before_notice.py \
&& echo "Compressing the notice into a tar file" \
&& tar -zcvf $working_dir/licenses.tgz NOTICE.md > /dev/null 2>&1 \
Expand Down

0 comments on commit 053cc04

Please sign in to comment.