Skip to content

Commit

Permalink
update gitmodules urls to use relative path so that protocol used at …
Browse files Browse the repository at this point in the history
…top level is also used for submodule updates
  • Loading branch information
scottdyer committed Oct 16, 2024
1 parent b52ea1c commit 4ae2f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "aces-core"]
path = aces-core
url = git@github.com:ampas/aces-dev.git
url = ../aces-core.git
[submodule "aces-look"]
path = aces-look
url = git@github.com:ampas/aces-look.git
url = ../aces-look.git
[submodule "aces-amf"]
path = aces-amf
url = git@github.com:ampas/aces-amf.git
url = ../aces-amf.git
[submodule "aces-output"]
path = aces-output
url = git@github.com:ampas/aces-output.git
url = ../aces-output.git
[submodule "aces-input-and-colorspaces"]
path = aces-input-and-colorspaces
url = git@github.com:ampas/aces-input-and-colorspaces.git
url = ../aces-input-and-colorspaces.git

0 comments on commit 4ae2f9b

Please sign in to comment.