diff options
Diffstat (limited to 'scripts/git-helper.sh')
-rwxr-xr-x | scripts/git-helper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-helper.sh b/scripts/git-helper.sh index 6263589..6b88173 100755 --- a/scripts/git-helper.sh +++ b/scripts/git-helper.sh @@ -35,5 +35,5 @@ grep -qE '\.\*\.swp' .gitignore || echo '.*.swp' >> .gitignore rm -f sources # Add git remote -git remote add gitlab https://gitlab.com/bgstack15/librewolf-fedora-ff.git +git remote add gitlab "${fedora_ff_repo}" git pull --all |