Skip to content
Snippets Groups Projects
Unverified Commit 80542bad authored by Imran Iqbal's avatar Imran Iqbal
Browse files

fix(repo): update repo urls to `repo.saltproject.io`

Use the following command:

```
$ GREP_SED="\(repo\.salt\)stack\.com" \
  && grep -rl --exclude-dir=.git "${GREP_SED}" \
  | grep -v .un~$ \
  | xargs sed -i -e "/${GREP_SED}/s//\1project.io/g"
```
parent 374527b2
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment