Skip to content

Commit 053cc04

Browse files
committed
[AM] Fix typo
1 parent 7a0bbc6 commit 053cc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atlas_installer/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ working_dir="${base_dir}/dist"
99
rm -rf $working_dir \
1010
&& mkdir -p $working_dir \
1111
&& echo "Building atlas installer script..." \
12-
&& echo "Copying the current atlas version (${reslease_version}) into the installer file" \
13-
&& sed "s/There is no version information available./${reslease_version}/g" \
12+
&& echo "Copying the current atlas version (${release_version}) into the installer file" \
13+
&& sed "s/There is no version information available./${release_version}/g" \
1414
$base_dir/atlas_installer.py > $working_dir/atlas_installer_before_notice.py \
1515
&& echo "Compressing the notice into a tar file" \
1616
&& tar -zcvf $working_dir/licenses.tgz NOTICE.md > /dev/null 2>&1 \

0 commit comments

Comments
 (0)