Skip to content

Commit 35728e2

Browse files
committed
fix: Correct name of modules
1 parent 714d3db commit 35728e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spawnctl/lib/spawnctl/commands/config.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ defmodule SpawnCtl.Commands.Config do
44
name: "config",
55
description: "Configure Spawn applications."
66

7-
subcommand(Spawnctl.Commands.Config.Host)
7+
subcommand(SpawnCtl.Commands.Config.Host)
88
subcommand(SpawnCtl.Commands.Config.System)
99
end

spawnctl/lib/spawnctl/commands/config/host.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule Spawnctl.Commands.Config.Host do
1+
defmodule SpawnCtl.Commands.Config.Host do
22
@moduledoc """
33
44
"""

spawnctl/lib/spawnctl/commands/config/system.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule Spawnctl.Commands.Config.System do
1+
defmodule SpawnCtl.Commands.Config.System do
22
@moduledoc """
33
44
"""

0 commit comments

Comments
 (0)