Remove extra parameter added by mistake.
parent
9a6ef496b6
commit
67a441675a
|
@ -9,7 +9,7 @@ file_changed() {
|
||||||
if [ ! -d ~/.local/profile-git ]; then
|
if [ ! -d ~/.local/profile-git ]; then
|
||||||
mkdir -p ~/.local/profile-git
|
mkdir -p ~/.local/profile-git
|
||||||
git init
|
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
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue