Skip to content

Commit

Permalink
Update industries for change companies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubery committed Dec 23, 2024
1 parent 26f88c0 commit 4ef0ebd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/companies/industries.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ defmodule Companies.Industries do
"Communication Services",
"Consumer Discretionary",
"Consumer Staples",
"Education",
"Energy",
"Financials",
"Health Care",
"Industrials",
"Information Technology",
"Materials",
"Real Estate",
"Transportation",
"Utilities"
]

Expand Down
2 changes: 1 addition & 1 deletion priv/companies/fully_forged.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
industry: "Technology Consulting",
industry: "Information Technology",
website: "http://www.fullyforged.com",
github: "",
location: %{
Expand Down
2 changes: 1 addition & 1 deletion priv/companies/househappy.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
industry: "Home Services",
industry: "Real Estate",
website: "https://www.househappy.com/",
github: "https://github.com/househappy",
location: %{
Expand Down
2 changes: 1 addition & 1 deletion priv/companies/pathfactory.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
industry: "Marketing/Sales",
industry: "Communication Services",
website: "http://pathfactory.com",
github: "https://github.com/buzzdata",
location: %{
Expand Down

0 comments on commit 4ef0ebd

Please sign in to comment.