Skip to content

Commit

Permalink
Add .git to saline URL
Browse files Browse the repository at this point in the history
Without this you get warnings
```
Cloning into '/data/civet2/build/moose/modules/fluid_properties/contrib/saline'...
warning: redirecting to https://code.ornl.gov/neams/saline.git/
warning: redirecting to https://code.ornl.gov/neams/saline.git/
warning: redirecting to https://code.ornl.gov/neams/saline.git/
```
and I'm pretty sure this could have led to my horribly broken local
moose repo

Refs #0
  • Loading branch information
lindsayad committed Jul 16, 2024
1 parent 8a88666 commit 63232de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
update = none
[submodule "modules/fluid_properties/contrib/saline"]
path = modules/fluid_properties/contrib/saline
url = https://code.ornl.gov/neams/saline
url = https://code.ornl.gov/neams/saline.git
update = none
[submodule "framework/contrib/wasp"]
path = framework/contrib/wasp
Expand Down

0 comments on commit 63232de

Please sign in to comment.