Skip to content

Commit 67cb094

Browse files
authored
Merge pull request #2 from DaniloDjokic/main
Fix broken else statement
2 parents 0e2a6d9 + 5a3186b commit 67cb094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/tmux-compile/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Helpers.get_directory_override_commands( aOverrideConfig )
3232

3333
if string.find( lFilename, lProjectDir ) then
3434
return aOverrideConfig.build, aOverrideConfig.run, aOverrideConfig.debug
35-
els e
35+
else
3636
return nil, nil, nil
3737
end
3838
end

0 commit comments

Comments
 (0)