Skip to content

Commit

Permalink
update path of scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jan 5, 2023
1 parent 53d9141 commit b9312fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

set -e -u -x

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

git add $basedir/README.md
git commit -m "$msg"
Expand Down

0 comments on commit b9312fa

Please sign in to comment.