Skip to content

Commit 0573ae8

Browse files
committed
chore(grafana): fix version
1 parent b46de4e commit 0573ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stacks/grafana/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function build() {
88
generate-stack-path
99
curl -fsSL -o tmp.tar.gz https://dl.grafana.com/oss/release/grafana-${STACK_VERSION}.linux-${OS_ARCH}.tar.gz
1010
tar -xzf tmp.tar.gz
11-
cp -rf grafana-${STACK_VERSION}/* ${DATA_DIR}
11+
cp -rf grafana-v${STACK_VERSION}/* ${DATA_DIR}
1212
rm -rf tmp.tar.gz grafana-${STACK_VERSION}
1313
}
1414

0 commit comments

Comments
 (0)