Skip to content

Commit

Permalink
chore: removing leftover commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Aug 3, 2024
1 parent b33642b commit 407fc0c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions harbor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -955,14 +955,6 @@ run_plandex_command() {
*)
$(compose_with_options "plandex") run -v "$original_dir:/app/context" --workdir "/app/context" -it --entrypoint "plandex" plandex "$@"
;;
# *)
# echo "Please note that this is not Plandex CLI, but a Harbor CLI to manage Plandex service."
# echo "Access Plandex own CLI by running 'harbor exec plandex' when it's running."
# echo
# echo "Usage: harbor plandex <command>"
# echo "Commands:"
# echo " harbor plandex health - Check the health of the Plandex service using its API health endpoint"
# ;;
esac
}

Expand Down

0 comments on commit 407fc0c

Please sign in to comment.