Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Oct 31, 2024
1 parent 63f38f2 commit 13096fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ local shiden = {
[name]: {
bin: $.bin,
wantedKeys: 'para',
parentConnection: 'internal-samedir',
expectedDataPath: '/data',
},
for name in ['alice', 'bob']
},
Expand Down
2 changes: 2 additions & 0 deletions .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ local astar = {
[name]: {
bin: $.bin,
wantedKeys: 'para',
parentConnection: 'internal-samedir',
expectedDataPath: '/data',
},
for name in ['alice', 'bob']
},
Expand Down

0 comments on commit 13096fa

Please sign in to comment.