Skip to content

Commit be38845

Browse files
committed
fix:remove return expression
1 parent 59a5177 commit be38845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bootstrap.sh

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function link_once() {
1616
local src="${1:?'src path is required'}"
1717
local dst="${2:?'dst path is required'}"
1818
echo "$src => $dst"
19-
return 0;
2019
if [[ -e "$dst" ]]; then
2120
if [[ -L "$dst" ]]; then
2221
return 0;

0 commit comments

Comments
 (0)