diff --git a/CHANGELOG.md b/CHANGELOG.md index 793ec83b8..900e3e9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] https://github.com/Zokrates/ZoKrates/compare/latest...develop -## [0.7.14] - 2022-05-30 +## [0.7.14] - 2022-05-31 ### Release - https://github.com/Zokrates/ZoKrates/releases/tag/0.7.14 diff --git a/scripts/one_liner.sh b/scripts/one_liner.sh index 57b1ffecc..d06a97096 100755 --- a/scripts/one_liner.sh +++ b/scripts/one_liner.sh @@ -296,7 +296,7 @@ main() { rm -rf $dest/* cp -r $td/* $dest else - read -p "ZoKrates is already installed, overwrite (y/n)? " answer + read -p "ZoKrates is already installed, overwrite (y/n)? " answer < /dev/tty case ${answer} in y|Y ) rm -rf $dest/*