Skip to content

Commit e2777b5

Browse files
committed
Merge #21611: Fix a typo in guix-build output
5c09bca Fix a typo in guix-build output (Pieter Wuille) Pull request description: This was overlooked in #21375. ACKs for top commit: fanquake: ACK 5c09bca Tree-SHA512: 81d8ad4061abb17d5f16ae72ab0c88df76d5a2f100cb9f471ca700d2e87583103036367ea1958a1066f9613f63908d1b2b35734a7eb77ec9850d4c8b079732e1
2 parents 511e582 + 5c09bca commit e2777b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/guix-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ INFO: Building ${VERSION:?not set} for platform triple ${HOST:?not set}:
262262
...bind-mounted in container to: '/bitcoin'
263263
...in build directory: '$(distsrc_for_host "$HOST")'
264264
...bind-mounted in container to: '$(DISTSRC_BASE=/distsrc-base && distsrc_for_host "$HOST")'
265-
...outdirting in: '$(outdir_for_host "$HOST")'
265+
...outputting in: '$(outdir_for_host "$HOST")'
266266
...bind-mounted in container to: '$(OUTDIR_BASE=/outdir-base && outdir_for_host "$HOST")'
267267
EOF
268268

0 commit comments

Comments
 (0)