Small fix to releaser.sh when releasing updates to timestamp (#22107)

This commit is contained in:
Lucas Manuel Rodriguez 2024-09-16 11:40:29 -03:00 committed by GitHub
parent 0c0128242d
commit e41cfe9289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -321,8 +321,9 @@ print_reminder () {
elif [[ $COMPONENT == "osqueryd" ]]; then
prompt "Make sure to install fleetd with '--osqueryd-channel=stable' on a Linux, Windows and macOS VM. (To smoke test the release.)"
fi
else
elif [[ $ACTION != "update-timestamp" ]]; then
echo "Unsupported action: $ACTION"
exit 1
fi
}