Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jan 10, 2024
1 parent 0cc97a8 commit 3718ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public class Terminal.Application : Gtk.Application {
new_tab
);
} else {
window.add_tab_with_working_directory (wd, null, new_tab);
window.add_tab_with_working_directory (wd != null ? wd : command_line.get_cwd (), null, new_tab);
}

if (options.lookup ("minimized", "b", out minimized) && minimized) {
Expand Down

0 comments on commit 3718ce7

Please sign in to comment.