Skip to content

Commit 2e47d0d

Browse files
committed
Fix minor typo in config.sh for "override-cmd" exclusions
1 parent f726e39 commit 2e47d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ globalExcludeTests+=(
131131
[nats_no-hard-coded-passwords]=1
132132

133133
[hello-world_override-cmd]=1
134-
[swarm_no-override-cmd]=1
135-
[nats_no-override-cmd]=1
134+
[swarm_override-cmd]=1
135+
[nats_override-cmd]=1
136136

137137
# no "native" dependencies
138138
[ruby:slim_ruby-bundler]=1

0 commit comments

Comments
 (0)