Skip to content
Snippets Groups Projects
Commit 4fd76f53 authored by Andy Yates's avatar Andy Yates
Browse files

Email blatter was ignoring the wrong file

parent 6fb18d40
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ scan_and_replace() {
for file in $(grep -R --files-with-matches "$search" .); do
if [ "$(basename $file)" != "email_blatter.sh" ]; then
if [ "$(basename $file)" == "email_blatter.sh" ]; then
echo "Skipping the email_blatter.sh script"
else
echo "Replacing email in $file"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment