Update checkThatTemplatesVersionWasChanged.sh
This commit is contained in:
Родитель
323117609c
Коммит
03727c6475
|
@ -4,7 +4,7 @@ filesThatWereChanged=$(echo $(git diff origin/master --name-only))
|
|||
for file in $filesThatWereChanged
|
||||
do
|
||||
echo processing the file $file that was changed
|
||||
if [[ "$file" == *"detection"* ]];
|
||||
if [[ "$file" == *"Detection"* ]];
|
||||
then
|
||||
echo $file is a detection
|
||||
diffs=$(echo $(git diff origin/master -U0 $file))
|
||||
|
|
Загрузка…
Ссылка в новой задаче