Skip to content

Commit

Permalink
Improve migration task folder on dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed May 4, 2023
1 parent 88c9f87 commit 2558735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/migrate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Mix.Tasks.Archethic.Migrate do

require Logger

@env Mix.env()
@env if Mix.env() == :test, do: "test", else: "prod"

@doc """
Run migration available migration scripts since last updated version
Expand Down

0 comments on commit 2558735

Please sign in to comment.