Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

2 changes: 1 addition & 1 deletion deploy/after_push
Original file line number Diff line number Diff line change
@@ -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)
Expand Down