summaryrefslogtreecommitdiff
path: root/lib/sbin/checkout.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:56:43 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:56:43 +0000
commit542ffd015a54ccbe23e290b0ff90edfc0b2669a2 (patch)
treeaef97b97a4a0f969aac56079ccd4f4fbcba4944f /lib/sbin/checkout.pl
parent667283d6049430d77baf26acac683f824f8d8669 (diff)
Now "packages" are called "arrangements"
Everything should work again (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@839 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/checkout.pl')
-rw-r--r--lib/sbin/checkout.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index f5e4003a..e2487faf 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -20,7 +20,7 @@ elsif ($which =~ /^t/i)
{
&get_thorns();
}
-elsif ($which =~ /^a/i)
+elsif ($which =~ /^ap/i)
{
&get_applications();
}
@@ -48,7 +48,7 @@ while ()
{
&get_thorns();
}
- elsif ($dowhat =~ /^a/i)
+ elsif ($dowhat =~ /^ap/i)
{
&get_applications();
}