From ec626ef9c99ce4adb4ddcb53b02fe95e950a61ca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 17 Apr 2017 22:57:15 +0300 Subject: [PATCH] Rename update -> update-remotes --- update => update-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename update => update-remotes (95%) diff --git a/update b/update-remotes similarity index 95% rename from update rename to update-remotes index fd10a24..b164567 100755 --- a/update +++ b/update-remotes @@ -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 -- 2.39.2