We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc62fc commit 1fcb12fCopy full SHA for 1fcb12f
wls-exporter-war/src/main/resources/get.sh
@@ -2,7 +2,7 @@
2
# Copyright (c) 2021, 2022, Oracle and/or its affiliates.
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
5
-curl -L -O https://github.com/oracle/weblogic-monitoring-exporter/releases/download/${tag}/wls-exporter.war
+curl -L -O https://github.com/oracle/weblogic-monitoring-exporter/releases/download/v${tag}/wls-exporter.war
6
7
if [ ! -z "$1" ]; then
8
tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
0 commit comments