Skip to content

Commit

Permalink
Merge branch 'release/0.1.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Dec 25, 2024
2 parents b90ac3d + 8ad589a commit 14d49ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opsmaru/robot.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Opsmaru.Robot do
def enable_indexing?(conn) do
String.contains?(conn.host, "preview") && config(:indexing)
not String.contains?(conn.host, "preview") && config(:indexing)
end

defp config(key) do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Opsmaru.MixProject do
def project do
[
app: :opsmaru,
version: "0.1.19",
version: "0.1.20",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 14d49ec

Please sign in to comment.