Skip to content

Commit

Permalink
fix: Fixed fallback github content url
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravananM31 committed Mar 13, 2023
1 parent 65e2966 commit 7f5fd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/config/dev/Try.Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tag :: String
tag = "master"

mainGitHubExample :: String
mainGitHubExample = "/purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"
mainGitHubExample = "purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"
2 changes: 1 addition & 1 deletion client/config/prod/Try.Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tag :: String
tag = "master"

mainGitHubExample :: String
mainGitHubExample = "/purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"
mainGitHubExample = "purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"

0 comments on commit 7f5fd39

Please sign in to comment.