File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ file_tag1=$(grep '^version = ' $file1 | cut -d '=' -f 2 | tr -d '"' | tr -d ' ')
14
14
file_tag2=$( grep ' //! meilisearch-sdk = ' $file2 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
15
15
file_tag3=$( grep ' meilisearch-sdk = ' $file3 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
16
16
file_tag4=$( grep ' meilisearch-sdk = ' $file4 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
17
- if [ " $current_tag " != " $file_tag1 " ] || [ " $current_tag " != " $file_tag2 " ] || [ " $cropped_current_tag " != " $file_tag3 " ] || [ " $cropped_current_tag " != " $file_tag4 " ]; then
17
+ if [ " $current_tag " != " $file_tag1 " ] || [ " $current_tag " != " $file_tag2 " ] || [ " $cropped_current_tag " != " $file_tag3 " ] || [ " $current_tag " != " $file_tag4 " ]; then
18
18
echo " Error: the current tag does not match the version in package file(s)."
19
19
echo " $file1 : found $file_tag1 - expected $current_tag "
20
20
echo " $file2 : found $file_tag2 - expected $current_tag "
You can’t perform that action at this time.
0 commit comments