summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-24 21:23:06 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-24 21:23:06 -0400
commit59953e7e455b7ccfbf553224253f0bce46c38972 (patch)
tree5c38720154256172cf3ba04f248f5ade78821609
parent10d72fd2967a0220a3ca3802e3a3593a1f33515c (diff)
typo
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index d4c4f9cb..7c1f71af 100755
--- a/dh
+++ b/dh
@@ -255,7 +255,7 @@ $sequences{'binary-arch'} = [@{$sequences{binary}}];
# Third-party commands can be listed in the sequences, but should be
# listed here as well. They will not be run if not present.
my %thirdparty=map { $_ => 1 } qw{
- dh_pycompat
+ dh_pycentral
dh_pysupport
};