Skip to content

Commit

Permalink
chore: fix process exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Aug 7, 2024
1 parent c1df67c commit 8f60713
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ defmodule Logflare.Repo.Migrations.AddEncryptedConfigFieldForBackendsTable do
)
|> Logflare.Repo.update_all([])
end)
# kill the vault
Process.exit(pid, :kill)
# stop the vault
Process.exit(pid, :normal)
end

def down do
Expand Down

0 comments on commit 8f60713

Please sign in to comment.