Fixt the broken symlink

This commit is contained in:
Sameer Rahmani 2022-07-16 13:44:54 +01:00
parent dddd00dbb7
commit 16ae091dd0
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -102,4 +102,4 @@ dkms.conf
*~
build/
.cache/
/leavitt
/leavitt

View File

@ -1 +0,0 @@
lxsameer@underworld.4703:1656199829

View File

@ -248,4 +248,5 @@ func ProcessFiles(state *State, files []string) error {
}
return nil
}