Update checkThatTemplatesVersionWasChanged.sh
This commit is contained in:
Родитель
fd554a4f55
Коммит
b9b392b8a3
|
@ -8,7 +8,7 @@ for file in $filesThatWereChanged
|
|||
#And making sure that in every file that its filename contains the word "Detection", the version was updated
|
||||
do
|
||||
echo processing the file $file.
|
||||
if [[ "$file" == *"Detection"* ]];
|
||||
if [[ "$file" == *"Detections"* ]];
|
||||
then
|
||||
echo $file is a detection
|
||||
diffs=$(echo $(git diff origin/master -U0 $file))
|
||||
|
|
Загрузка…
Ссылка в новой задаче