diff --git a/SECURITY.md b/SECURITY.md index 1f61608..02c548d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -21,5 +21,5 @@ Follow password best practices, such as using strong, unique passwords for each Regularly update your dependencies to the latest versions. # Acknowledgements -We appreciate contributions from the community and researchers who help us improve the security of Revot. Thank you for keeping the platform secure for everyone! +We appreciate contributions from this community and researchers who help us improve the security of Revot. Thank you for keeping the platform secure for everyone! diff --git a/deploy/after_push b/deploy/after_push index dc52f51..2d38246 100755 --- a/deploy/after_push +++ b/deploy/after_push @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/.env bash set -e echo files changed: $(git diff $oldrev $newrev --diff-filter=ACDMR --name-only | wc -l)