Skip to content
Snippets Groups Projects
Commit 19d4d172 authored by Tails developers's avatar Tails developers
Browse files

No need to use commit -a, we already have added the files we want to commit.

parent 09a55f9e
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ and commit:
done
git add debian/patches/torbrowser debian/patches/series
TBB_COMMIT=$(git rev-parse mikeperry/torbrowser-firefox24.0)
git commit -a -m "Import Torbrowser 24 patches at commit ${TBB_COMMIT}."
git commit -m "Import Torbrowser 24 patches at commit ${TBB_COMMIT}."
* Apply Torbrowser patches:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment