Skip to content

Commit 2adc1ca

Browse files
committed
Replace example matcher from env=\"production\" to env=\"staging\
1 parent d563660 commit 2adc1ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

asset/assets_vfsdata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/app/src/Views/FilterBar/Views.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ view { showSilenceButton } { matchers, matcherText, backspacePressed } =
166166

167167
exampleMatcher : String
168168
exampleMatcher =
169-
"env=\"production\""
169+
"env=\"staging\""

0 commit comments

Comments
 (0)