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

Commit 5397c0c

Browse files
committed
typo fix
1 parent b489e4d commit 5397c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function pin_version() {
108108
echo "PINNING VERSIONS"
109109
for file in `grep -irl "$asset # dist: pin_version" $folder`; do
110110
echo "pinning '$asset' as '$version/$asset' in '$file'"
111-
sed -i '' -e "s|$asset # dist: pin_version|$version/$asset #|g" $file
111+
sed -i'' -e "s|$asset # dist: pin_version|$version/$asset #|g" $file
112112
done
113113
}
114114

0 commit comments

Comments
 (0)