Commit 138090f5 authored by nimrod's avatar nimrod
Browse files

- Don't always push during update-requirements.

parent a6e69051
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -120,7 +120,6 @@ update-requirements () {
        git add $file
    done
    git commit -m"- Updated requirements."
    git push
    cd - > /dev/null
}