Skip to content

Commit 5a3186b

Browse files
committed
Fix broken else statement
1 parent 0e2a6d9 commit 5a3186b

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)