Skip to content

Commit

Permalink
revert repo url to main branch in prep for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
imclerran committed Jun 6, 2024
1 parent 9ff7d4f commit 42760ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.roc
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ doRepoUpdate =
## Get the remote repository data, decode it, and split it into a list of package and platform repos.
getRemoteRepoData : Task { packageRepos : List RemoteRepoEntry, platformRepos : List RemoteRepoEntry } _
getRemoteRepoData =
request = getRequest "https://raw.githubusercontent.com/imclerran/roc-start/non-std-pfs/repository/roc-repo.rvn"
request = getRequest "https://raw.githubusercontent.com/imclerran/roc-start/main/repository/roc-repo.rvn"
resp = Http.send request |> Task.onErr! \_ -> Task.ok { body: [], headers: [], statusCode: 0, statusText: "", url: "" }
when Decode.fromBytes resp.body Rvn.pretty is
Ok repos ->
Expand Down

0 comments on commit 42760ea

Please sign in to comment.