Skip to content

Commit 0ddbc2f

Browse files
committed
Fix issue from testing
1 parent ab03849 commit 0ddbc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l2/_op_rbuilder/mkosi.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
# build node-healthchecker
6262

63-
if [ -f "$SRCDIR/l2/_op_rbuilder/mkosi.extra/usr/bin/node-healthchecker" ]; then
63+
if [ -f "$SRCDIR/l2/mkosi.extra/usr/bin/node-healthchecker" ]; then
6464
echo "Using pre-built node-healthchecker binary"
6565
else
6666
make_git_package \

0 commit comments

Comments
 (0)