Skip to content

Commit b9312fa

Browse files
committed
update path of scripts dir
1 parent 53d9141 commit b9312fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

3030
set -e -u -x
3131

32-
temple file < $basedir/scripts/README.tmpl.md > $basedir/README.md -var "version=$version"
32+
temple file < $basedir/script/README.tmpl.md > $basedir/README.md -var "version=$version"
3333

3434
git add $basedir/README.md
3535
git commit -m "$msg"

0 commit comments

Comments
 (0)