mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Small fix to releaser.sh when releasing updates to timestamp (#22107)
This commit is contained in:
parent
0c0128242d
commit
e41cfe9289
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue