diff options
Diffstat (limited to 'scripts/update-git-remotes')
-rwxr-xr-x | scripts/update-git-remotes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/update-git-remotes b/scripts/update-git-remotes index cf4782c..d01a0eb 100755 --- a/scripts/update-git-remotes +++ b/scripts/update-git-remotes @@ -1,7 +1,6 @@ #!/bin/sh # -# Creates git remotes from the user db -# TODO: detect users' git address changes +# Synchronizes git remotes with the user db # if ! `dirname "$0"`/check_db_safety; then |