Skip to content

Commit

Permalink
Must name remote to set url for
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 29, 2014
1 parent 4e967a4 commit 2ffa965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "roaring"
version = "0.0.13"
version = "0.0.14"
authors = ["Wim Looman <[email protected]>"]
description = "http://roaringbitmap.org for http://www.rust-lang.org"

Expand Down
2 changes: 1 addition & 1 deletion save_credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ REPO_SLUG=${2:?'Must provide repo slug'}

echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
chmod 0600 ~/.netrc
git remote set-url --push "https://github.com/$REPO_SLUG"
git remote set-url --push github "https://github.com/$REPO_SLUG"

0 comments on commit 2ffa965

Please sign in to comment.