Skip to content

Commit

Permalink
APT-606 - Change Foreman To Install Internal Mirrors Instead Of Exter…
Browse files Browse the repository at this point in the history
…nal Tools (#186)

* modified foreman.toml to install from internal mirrors instead of external github repositories

* bump stylua foreman.toml

* revert stylua bump foreman.toml
  • Loading branch information
RoFlection Bot committed Sep 21, 2023
1 parent e5b5a60 commit abb3cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foreman.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
rotrieve = { source = "roblox/rotriever", version = "0.5.5" }
rojo = { source = "rojo-rbx/rojo", version = "7.2.0" }
selene = { source = "Kampfkarren/selene", version = "0.21.1" }
stylua = { source = "JohnnyMorganz/StyLua", version = "=0.14.3" }
rojo = { source = "Roblox/rojo-rbx-rojo", version = "7.2.0" }
selene = { source = "Roblox/Kampfkarren-selene", version = "0.21.1" }
stylua = { source = "Roblox/JohnnyMorganz-StyLua", version = "=0.14.3" }

0 comments on commit abb3cab

Please sign in to comment.