Skip to content

Commit

Permalink
fix burrito detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 17, 2024
1 parent f54f2f0 commit fac35ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boombox/utils/burrito_app.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if Code.ensure_loaded!(Burrito) do
if Code.ensure_loaded?(Burrito) do
defmodule Boombox.Utils.BurritoApp do
@moduledoc false

Expand Down

0 comments on commit fac35ec

Please sign in to comment.