Skip to content

Commit 8c7e9a5

Browse files
authored
update org (#285)
1 parent 8c3a966 commit 8c7e9a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ disable=format,
161161
# already a check enabled for `wildcard-import`
162162
unused-wildcard-import,
163163
misplaced-comparison-constant,
164-
# probably soon: https://github.com/iterative/dvc/issues/1843
164+
# probably soon: https://github.com/treeverse/dvc/issues/1843
165165
logging-format-interpolation,
166166
logging-fstring-interpolation,
167167
# we don't have proper docstrings yet

download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import git
55

66
VERSION = "3.64.0"
7-
URL = "https://github.com/iterative/dvc"
7+
URL = "https://github.com/treeverse/dvc"
88

99
path = pathlib.Path(__file__).parent.absolute()
1010
dvc = path / "dvc"

latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
PROJECT="iterative/dvc"
5+
PROJECT="treeverse/dvc"
66
echo $(gh release list -R $PROJECT -L1 | awk -F '\t' '{ print $3 }')

0 commit comments

Comments
 (0)