Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 11, 2023
1 parent 56fc386 commit 9f4f210
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- 5673:5672
- 15673:15672
env:
RABBITMQ_DEFAULT_VHOST: /
RABBITMQ_DEFAULT_VHOST: /two
RABBITMQ_DEFAULT_PASS: amqpx
RABBITMQ_DEFAULT_USER: amqpx
options: --name rabbit_two
Expand Down
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use Mix.Config
import Config

import_config "#{Mix.env()}.exs"
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/gha.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :logger, :console,
format: "[$level] $message $metadata\n",
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :logger, :console,
format: "[$level] $message $metadata\n",
Expand Down

0 comments on commit 9f4f210

Please sign in to comment.