Skip to content

Commit

Permalink
Merge pull request #18 from NarrativeApp/fix/align-ext-name-and-servi…
Browse files Browse the repository at this point in the history
…ce-name

fix: ext_name is used in the directory structure
  • Loading branch information
puzza007 authored May 21, 2024
2 parents 1f31a75 + 4f50661 commit 3450fb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/mix/tasks/deploy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ defmodule Mix.Tasks.Deploy do

service_name = app_name |> to_string()

ext_name =
app_name
|> to_string
|> String.replace("_", "-")
ext_name = app_name

module_name =
app_name
Expand Down

0 comments on commit 3450fb0

Please sign in to comment.