From 67a441675ada8f1afa728a90a729042b20f17503 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 20 Feb 2018 02:33:21 +0100 Subject: [PATCH] Remove extra parameter added by mistake. --- home/bin/update-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index c5f8e8f..fbeb0ac 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -9,7 +9,7 @@ file_changed() { if [ ! -d ~/.local/profile-git ]; then mkdir -p ~/.local/profile-git git init - git remote add origin https://git.icedream.tech/icedream/profile.git ~/.local/profile-git + git remote add origin https://git.icedream.tech/icedream/profile.git fi (