Commit 34354af2 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] typo in variable name

parent 48a54c40
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ sed_list=$(mktemp)
# iterate through tracked files
for file in $(git ls-files); do
    # skip LFS files
    if [[ "$lfs_Files" == *"$file"* ]]; then
    if [[ "$lfs_files" == *"$file"* ]]; then
        continue
    fi