Skip to content

Commit d85e52a

Browse files
authored
Missed an alloy-obol (#2574)
1 parent 3e6fe02 commit d85e52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ethd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ __prep_conffiles() {
506506
if find alloy-obol -maxdepth 0 \! -perm -o+rx | grep -q .; then
507507
${__as_owner} chmod o+rx alloy-obol
508508
fi
509-
if find alloy -type f -name '*.alloy' \! -perm -o+r | grep -q .; then
509+
if find alloy-obol -type f -name '*.alloy' \! -perm -o+r | grep -q .; then
510510
${__as_owner} chmod o+r alloy-obol/*.alloy
511511
fi
512512

0 commit comments

Comments
 (0)