summaryrefslogtreecommitdiffstats
path: root/rfc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rfc.sh')
-rwxr-xr-xrfc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc.sh b/rfc.sh
index e6cce0d2c..b06ac512d 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -31,7 +31,7 @@ is_num()
rebase_changes()
{
- git fetch;
+ git fetch origin;
GIT_EDITOR=$0 git rebase -i origin/$branch;
}