Skip to content

Commit

Permalink
refactor: use pop on same used for push
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 6, 2024
1 parent 994dd9b commit 25461ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/juggler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ defmodule Juggler do

fun.()
after
Mix.Project.pop()
Mix.ProjectStack.pop()
end
end

0 comments on commit 25461ab

Please sign in to comment.