File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ working_dir="${base_dir}/dist"
99rm -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 \
You can’t perform that action at this time.
0 commit comments