Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix on exit not firing #617

Merged
merged 3 commits into from
May 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix hook_on_project_exit not fired
Fix #555 restoring `on_project_exit` hook behvaiour. Should have been a
replacement for `post` but was not working due to a failing check.
  • Loading branch information
endorama committed May 7, 2018
commit da9bdc70993d6507527fe3406c959e757e818bd2
6 changes: 2 additions & 4 deletions lib/tmuxinator/assets/template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,5 @@ cd <%= root || "." %>
<%- end -%>

<%= post %>
<%- unless attach? -%>
# Run on_project_exit command.
<%= hook_on_project_exit %>
<%- end -%>
# Run on_project_exit command.
<%= hook_on_project_exit %>