Skip to content

Commit

Permalink
Merge pull request #6375 from shaneknapp/fix-small-doc-typo
Browse files Browse the repository at this point in the history
fix a typo in the user image repo doc
  • Loading branch information
shaneknapp authored Oct 15, 2024
2 parents c8e8531 + 54468db commit 8d5fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admins/howto/managing-multiple-user-image-repos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There is a script located in the `datahub/scripts/user-image-management/`
directory named [manage-image-repos.py](https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/user-image-management/manage-image-repos.py).

This script uses a config file with a list of all of the git remotes for the
image repos ([config.txt](https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/user-image-management/repos.txt))
image repos ([repos.txt](https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/user-image-management/repos.txt))
and will allow you to perform basic git operations (sync/rebase, clone, branch
management and pushing).

Expand Down

0 comments on commit 8d5fad1

Please sign in to comment.