christophd commented on code in PR #3376:
URL: https://github.com/apache/camel-k/pull/3376#discussion_r953414501
##########
script/maven_overlay.sh:
##########
@@ -15,14 +15,94 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+location=$(dirname $0)
+rootdir=$(realpath ${location}/../)
+
+if [ "$#" -lt 2 ]; then
+ echo "usage: $0 <output directory> <Camel K runtime version> [<staging
repository>] [<local Camel K runtime project directory>]"
Review Comment:
yes, the usage message is wrong. many thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]