diff --git a/apptui b/apptui index 2ad7b1bf2..47702276e 100755 --- a/apptui +++ b/apptui @@ -336,7 +336,7 @@ run_install() { } run_list() { header="Shows the list of all the apps available in the repository." - $AMCLI list | gum pager + $AMCLI list | cut -d' ' -f2-99 | gum pager } run_overwrite() { header="Overwrite the existing version of the app with a snapshot saved previously."