Skip to content

Commit

Permalink
Fixing a few references to gitlab that should be github.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelliot authored and mitchnegus committed Nov 19, 2024
1 parent 048757f commit 8b9a78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ For this example, we assume that ``repo`` is a valid entry in a users ``~/.ssh/c
.. code-block:: bash
Host repo
Hostname gitlab.com
Hostname github.com
User git
IdentityFile=~/.ssh/gitlab_key
IdentityFile=~/.ssh/github_key
.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion provision_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
: ${DEFAULT_OUTPUT_DIR:=/tmp/firewheel}
# FIREWHEEL model component settings
: ${MC_DIR:=${FIREWHEEL_ROOT_DIR}/model_components}
: ${MC_REPO_GROUP:="https://gitlab.com/firewheel/model_components"}
: ${MC_REPO_GROUP:="https://github.com/sandialabs"}
: ${MC_BRANCH:="main"}
# FIREWHEEL Python environment settings
: ${FIREWHEEL_VENV:=${FIREWHEEL_ROOT_DIR}/fwpy}
Expand Down

0 comments on commit 8b9a78c

Please sign in to comment.