Skip to content

Commit 9a7a2e3

Browse files
committed
Fix Alice (baedeker sudo)
1 parent ae24422 commit 9a7a2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.baedeker/vendor/baedeker-library/mixin/raw-spec.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local
6060
nonce: super?.nonce ?? 0,
6161
// Leaks
6262
consumers: super?.consumers ?? 1,
63-
providers: super?.providers ?? 1,
63+
providers: 1,
6464
sufficients: super?.sufficients ?? 0,
6565
data+: {
6666
free: std.bigint(1000000000),

0 commit comments

Comments
 (0)