Skip to content

Commit

Permalink
Update old Mixfile uses
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth authored and mobileoverlord committed Mar 27, 2021
1 parent af43489 commit 10a6185
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ make them stand out from the rest of the output more prominently.
```elixir
# custom_rpi3/mix.exs

defmodule CustomRpi3.Mixfile do
defmodule CustomRpi3.MixProject do

# ...

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/host_tool/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule HostTool.Mixfile do
defmodule HostTool.MixProject do
use Mix.Project

def project do
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/package/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Package.Fixture.Mixfile do
defmodule Package.Fixture.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/package_build_runner_opts/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule PackageBuildRunnerOpts.Fixture.Mixfile do
defmodule PackageBuildRunnerOpts.Fixture.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/package_build_runner_override/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule PackageBuildRunnerOverride.Fixture.Mixfile do
defmodule PackageBuildRunnerOverride.Fixture.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/system/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule System.Mixfile do
defmodule System.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/system_artifact/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule SystemArtifact.Mixfile do
defmodule SystemArtifact.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/system_platform/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule SystemPlatform.Mixfile do
defmodule SystemPlatform.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/toolchain/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Toolchain.Mixfile do
defmodule Toolchain.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/toolchain_platform/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule ToolchainPlatform.Mixfile do
defmodule ToolchainPlatform.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/umbrella/apps/toolchain/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Toolchain.Mixfile do
defmodule Toolchain.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/umbrella/apps/toolchain_platform/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule ToolchainPlatform.Mixfile do
defmodule ToolchainPlatform.MixProject do
use Mix.Project

@version Path.join(__DIR__, "VERSION")
Expand Down

0 comments on commit 10a6185

Please sign in to comment.