Skip to content

Commit d96e69f

Browse files
committed
Update watch.md
1 parent 5ebe751 commit d96e69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/cli/ipsw/watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ipsw watch <ORG/REPO> [flags]
2020
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes with the pattern '254930' for the last 30 days
2121
❯ ipsw watch --pattern '254930' --days 30 WebKit/WebKit --branch main --timeout 5m
2222
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and announce to Discord
23-
❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 10 WebKit/WebKit
23+
❯ IPSW_WATCH_DISCORD_ID=1234 IPSW_WATCH_DISCORD_TOKEN=SECRET ipsw watch --pattern 'Lockdown Mode' --days 1 --timeout 5m WebKit/WebKit
2424
# Watch the main branch of the WebKit/WebKit repo for new commits every 5 minutes and run a command on new commits
2525
# NOTE: the command will have access to the following environment variables:
2626
# - IPSW_WATCH_OID

0 commit comments

Comments
 (0)