Skip to content

Commit d0d4f5f

Browse files
committed
Fix spacing issue in fsharp patch
1 parent 8853017 commit d0d4f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/fsharp/0006-Use-net5.0-TFM-to-avoid-3.1-apphost-prebuilt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ index e741ff854..4aa80d6ca 100755
2626
/restore \
2727
- /p:Configuration=$bootstrap_config
2828
+ /p:Configuration=$bootstrap_config \
29-
+ /bl: proto-fslex-tools.binlog
29+
+ /bl:proto-fslex-tools.binlog
3030

3131
mkdir -p "$bootstrap_dir"
3232
- cp -pr $artifacts_dir/bin/fslex/$bootstrap_config/netcoreapp3.1 $bootstrap_dir/fslex

0 commit comments

Comments
 (0)