Remove extra parameter added by mistake.

master
Icedream 2018-02-20 02:33:21 +01:00
parent 9a6ef496b6
commit 67a441675a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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
(