Skip to content

Commit 79d8937

Browse files
authored
Update dev.sh
1 parent 456f4a8 commit 79d8937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function copyBin ()
176176
failed "Publish folder is missing. Please ensure you use the correct .NET Core tools (see readme for instructions)"
177177
fi
178178

179-
cp -Ruf ${source_dir}* ${LAYOUT_DIR}/bin
179+
cp -Rf ${source_dir}* ${LAYOUT_DIR}/bin
180180
popd > /dev/null
181181
}
182182

0 commit comments

Comments
 (0)