Skip to content

Commit 1fcb12f

Browse files
authored
Correct path to exporter war (#254)
1 parent bcc62fc commit 1fcb12f

File tree

1 file changed

+1
-1
lines changed
  • wls-exporter-war/src/main/resources

1 file changed

+1
-1
lines changed

wls-exporter-war/src/main/resources/get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2021, 2022, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44

5-
curl -L -O https://github.com/oracle/weblogic-monitoring-exporter/releases/download/${tag}/wls-exporter.war
5+
curl -L -O https://github.com/oracle/weblogic-monitoring-exporter/releases/download/v${tag}/wls-exporter.war
66

77
if [ ! -z "$1" ]; then
88
tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)

0 commit comments

Comments
 (0)