Skip to content

Commit

Permalink
Change name of instructions from unsupported OS instructions to Linux…
Browse files Browse the repository at this point in the history
… instructions
  • Loading branch information
mbashia committed Nov 21, 2024
1 parent 1874330 commit a7687c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phx_tools_web/live/phx_tools_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ defmodule PhxToolsWeb.PhxToolsLive.Index do
def get_operating_system(live_action_or_os) when live_action_or_os in ["macos", "macOS"],
do: "macOS"

def get_operating_system(_other), do: "Unsupported OS"
def get_operating_system(_other), do: "Linux"
end

0 comments on commit a7687c1

Please sign in to comment.