fix: justfile typo

This commit is contained in:
qoijjj
2024-08-26 10:44:49 -07:00
committed by GitHub
parent e41d963841
commit a329524441

View File

@@ -509,7 +509,7 @@ audit-secureblue:
print_status "$ENVIRONMENT_TEST_STRING" "$STATUS_WARNING"
fi
if command -v flatpak &> /dev/null
if command -v flatpak &> /dev/null; then
remotes="$(flatpak remotes -d)"
while read -r remote ; do
ref="$(cut -f 1 <<<"$remote")"