Skip to content

Commit 5c09bca

Browse files
committed
Fix a typo in guix-build output
1 parent 511e582 commit 5c09bca

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)