From 9c42ce6015272f5c01cd626478202c6419c54315 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 27 Mar 2014 17:20:55 -0700 Subject: [PATCH] Fix port self-update --- helpers/default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/default b/helpers/default index f8a4954..1a20186 100644 --- a/helpers/default +++ b/helpers/default @@ -136,7 +136,7 @@ package_update () { elif [ "$PACKAGE_MANAGER" == 'yum' ]; then yum check-update -y elif [ "$PACKAGE_MANAGER" == 'port' ]; then - port self-update + port selfupdate elif [ "$PACKAGE_MANAGER" == 'brew' ]; then brew update else @@ -358,4 +358,4 @@ function set_installed () { mkdir -p ~/.shoestrap/installed touch ~/.shoestrap/installed/$name -} \ No newline at end of file +}