chore(cli): Updating comment (#1184)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-04-19 11:32:16 +02:00 committed by rjshrjndrn
parent be827b28e5
commit 781fc4213c

View file

@ -352,7 +352,11 @@ do
exit 0
;;
-u | --upgrade)
log title "Upgrading OpenReplay"
if [[ $RELEASE_UPGRADE -eq 1 ]]; then
log title "Upgrading OpenReplay to latest release"
else
log title "Fetching OpenReplay Patches"
fi
upgrade
clean_tmp_dir
exit 0