From d96e69fc41fa26ad9b6b767518cacd3ec51a21e3 Mon Sep 17 00:00:00 2001 From: blacktop Date: Thu, 9 Jan 2025 11:47:17 -0700 Subject: [PATCH] Update watch.md --- www/docs/cli/ipsw/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/cli/ipsw/watch.md b/www/docs/cli/ipsw/watch.md index 2dc33a213..1f1975f07 100644 --- a/www/docs/cli/ipsw/watch.md +++ b/www/docs/cli/ipsw/watch.md @@ -20,7 +20,7 @@ ipsw watch [flags] # Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes with the pattern '254930' for the last 30 days ❯ ipsw watch --pattern '254930' --days 30 WebKit/WebKit --branch main --timeout 5m # Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and announce to Discord -❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 10 WebKit/WebKit +❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 1 --timeout 5m WebKit/WebKit # Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and run a command on new commits # NOTE: the command will have access to the following environment variables: # - IPSW_WATCH_OID