Skip to content

Commit

Permalink
update_readme.sh: fix ShellCheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 5, 2024
1 parent 06af731 commit 4105bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ EOF
}

readonly FUNCTION='bash scripts/tools.sh'
readonly SEARCH_TERMS='config/search_terms.csv'
readonly PHISHING_TARGETS='config/phishing_targets.csv'
#readonly SEARCH_TERMS='config/search_terms.csv'
#readonly PHISHING_TARGETS='config/phishing_targets.csv'
readonly SOURCE_LOG='config/source_log.csv'
readonly DOMAIN_LOG='config/domain_log.csv'
TODAY="$(TZ=Asia/Singapore date +"%d-%m-%y")"
Expand Down

0 comments on commit 4105bd6

Please sign in to comment.