From c62144dc4fddcc1754e179615f56e16427dd74c2 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 5 Sep 2025 08:51:33 -0700 Subject: [PATCH] Fixed typo Signed-off-by: Yuri Weinstein --- scripts/sync-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-pull b/scripts/sync-pull index 8eb1a3740..db2820cd5 100755 --- a/scripts/sync-pull +++ b/scripts/sync-pull @@ -21,7 +21,7 @@ if [[ "$project" == "ceph" ]] ; then if [[ ${PIPESTATUS[0]} -eq 22 ]] ; then echo "$combo packages not found, skipping" continue - if + fi if [ $combo_count -gt $current_highest_count ]; then current_highest_count=$combo_count highest_combo=$combo -- 2.47.3