Skip to content

Commit

Permalink
update env variable name for org name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Dec 30, 2023
1 parent 717c40a commit 8cf83e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Config

uplink_mode = System.get_env("UPLINK_MODE") || "pro"
package_name = System.get_env("INSTELLAR_PACKAGE_NAME")
org_name = System.get_env("INSTELLAR_ORGANIZATION_NAME")
org_name = System.get_env("INSTELLAR_PACKAGE_ORGANIZATION_NAME")

project_name =
if org_name && package_name do
Expand Down

0 comments on commit 8cf83e3

Please sign in to comment.