Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wleepang committed Oct 21, 2020
1 parent b489e4d commit 5397c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function pin_version() {
echo "PINNING VERSIONS"
for file in `grep -irl "$asset # dist: pin_version" $folder`; do
echo "pinning '$asset' as '$version/$asset' in '$file'"
sed -i '' -e "s|$asset # dist: pin_version|$version/$asset #|g" $file
sed -i'' -e "s|$asset # dist: pin_version|$version/$asset #|g" $file
done
}

Expand Down

0 comments on commit 5397c0c

Please sign in to comment.