diff --git a/beem/cli.py b/beem/cli.py
index 830f12c94f26a7cc6f14b39116b8c5bab45949f8..1d20831c5dfc52031c0ce40b4454c500eba84fc8 100644
--- a/beem/cli.py
+++ b/beem/cli.py
@@ -2002,7 +2002,7 @@ def pending(accounts, only_sum, post, comment, curation, length, author, permlin
         latest = m.ticker()["latest"]
         if author and permlink:
             t = PrettyTable(["Author", "Permlink", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"])
-        if author and title:
+        elif author and title:
             t = PrettyTable(["Author", "Title", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"])
         elif author:
             t = PrettyTable(["Author", "Cashout", "SBD", "SP", "Liquid USD", "Invested USD"])
diff --git a/util/package-osx.sh b/util/package-osx.sh
index 64ef7568b3f1979342ef3f849583afa0e853fddd..78e84eda7b60dbfbf08979599a6b0bfe655c345d 100644
--- a/util/package-osx.sh
+++ b/util/package-osx.sh
@@ -13,9 +13,9 @@ pip install pyinstaller
 pyinstaller beempy-onedir.spec
 
 cd dist
-#ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp'
-#rm -r 'beempy.app'
-#mv 'beempy.tmp' 'beempy.app'
+# ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp'
+# rm -r 'beempy.app'
+# mv 'beempy.tmp' 'beempy.app'
 hdiutil create -volname "beempy $VERSION" -srcfolder 'beempy.app' -ov -format UDBZ "$BUILD"
 if [ -n "$UPLOAD_OSX" ]
 then