Skip to content

Commit 4fa4579

Browse files
committed
formatting
1 parent 8ba31f7 commit 4fa4579

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/splunkconf-backup-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ jobs:
688688
echo "state"
689689
elif echo "$filename" | grep -qE 'backupconfsplunk-kvdump-'; then
690690
echo "kvdump"
691-
# FIXME add postgres here
691+
# FIXME add postgres here
692692
else
693693
echo "unknown"
694694
fi
@@ -723,15 +723,15 @@ jobs:
723723
EXPECTED_FILES=("${EXPECTED_FILES_KVDUMP[@]}")
724724
KVDUMP_FOUND=1
725725
;;
726-
# FIXME add postgres here
726+
# FIXME add postgres here
727727
unknown)
728728
echo " ⚠️ WARNING: Unknown backup type for file: ${FILENAME}"
729729
echo " Skipping content verification for this file."
730730
echo " Expected patterns:"
731731
echo " - ETC: backupconfsplunk-*-etc-targeted-*.tar.gz (or .tar.zst)"
732732
echo " - STATE: backupconfsplunk-*-state-*.tar.gz (or .tar.zst)"
733733
echo " - KVDUMP: backupconfsplunk-kvdump-*.tar.gz"
734-
# FIXME add postgres here
734+
# FIXME add postgres here
735735
# no zst from kvdump at the moment as the compression method is done by splunk kvdump API and it will use tar.gz
736736
continue
737737
;;

0 commit comments

Comments
 (0)