[__prometheus_borgbackup_exporter] fix source URL
This commit is contained in:
parent
18bdc55c73
commit
50e5cab481
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
VCS_TAG=$(cat "${__object:?}/parameter/version")
|
VCS_TAG=$(cat "${__object:?}/parameter/version")
|
||||||
VCS_URL="https://code.recycled.cloud/e-Durable/prometheus-borgbackup-exporter/raw/tag/$VCS_TAG/prometheus-borgbackup-exporter"
|
VCS_URL="https://code.recycled.cloud/RecycledCloud/prometheus-borgbackup-exporter/raw/tag/$VCS_TAG/prometheus-borgbackup-exporter"
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
cd /opt/prometheus-borgbackup-exporter
|
cd /opt/prometheus-borgbackup-exporter
|
||||||
|
|
Reference in a new issue