aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/git-pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-pbuilder')
-rw-r--r--bin/git-pbuilder4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index 66a6a25d..4024d124 100644
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -224,10 +224,10 @@ update|create|login)
else
if [ "$EXT" = '-backports' ] ; then
OTHERMIRROR="deb $BACKPORTS $DIST$EXT main"
- sudo "$BUILDER" --"$action" --dist "$DIST" \
+ sudo "$BUILDER" --"$action" --distribution "$DIST" \
--othermirror "$OTHERMIRROR" "${OPTIONS[@]}" "$@"
else
- sudo "$BUILDER" --"$action" --dist "$DIST" "${OPTIONS[@]}" "$@"
+ sudo "$BUILDER" --"$action" --distribution "$DIST" "${OPTIONS[@]}" "$@"
fi
fi
exit $?