]> git.phdru.name Git - git-scripts.git/commitdiff
Rename update -> update-remotes
authorOleg Broytman <phd@phdru.name>
Mon, 17 Apr 2017 19:57:15 +0000 (22:57 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 17 Apr 2017 19:57:15 +0000 (22:57 +0300)
update-remotes [moved from update with 95% similarity]

similarity index 95%
rename from update
rename to update-remotes
index fd10a24b725bd744ab58db2f5282a70e05641b2e..b164567bc369ac2ddc58d733bf22bb1a85b654dc 100755 (executable)
--- a/update
@@ -9,7 +9,7 @@ if [ -n "$origin" ]; then
       exit 1
    else
       cd "$origin" &&
-      exec ./update
+      exec ./update-remotes
    fi
 elif [ -z "$current" ]; then
    echo "Wrong directory error (neither origin nor current)" >&2