mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix xmpp notification about level
This commit is contained in:
parent
c4aac9feb9
commit
f4900acc60
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ then
|
|||
fi
|
||||
|
||||
# Get the previous level, found in the file list_level_stable
|
||||
previous_level=$(grep "$job" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
|
||||
previous_level=$(grep "^$job:" "$script_dir/../auto_build/list_level_stable" | cut -d: -f2)
|
||||
|
||||
# Print the variation of the level. If this level is different than 0
|
||||
if [ $global_level -gt 0 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue