Skip to content

Commit 6ec56f6

Browse files
committed
use LF in sh
1 parent 1f460cf commit 6ec56f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup_github_full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ say_section() { # 구분선과 섹션 타이틀 출력
2424
echo "--------------------------------------------------"
2525
echo "$1"
2626
echo "--------------------------------------------------"
27-
}
27+
}
2828

2929
need_cmd() { # 명령 유무 확인
3030
if ! command -v "$1" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)