Skip to content

Commit

Permalink
moving script download to main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <mhaigh@netapp.com>
  • Loading branch information
MichaelHaigh committed May 10, 2024
1 parent e661271 commit 634504e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fullcluster-backup/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ spec:
apk add curl &&
pip install --upgrade pip &&
pip install actoolkit==$ACTOOLKIT_VERSION &&
curl -sLO https://raw.githubusercontent.com/NetApp/netapp-astra-toolkits/neptune/examples/fullcluster-backup/protectCluster.py &&
curl -sLO https://raw.githubusercontent.com/NetApp/netapp-astra-toolkits/main/examples/fullcluster-backup/protectCluster.py &&
python protectCluster.py
2 changes: 1 addition & 1 deletion examples/labelbased-backup/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ spec:
apk add curl &&
pip install --upgrade pip &&
pip install actoolkit==$ACTOOLKIT_VERSION &&
curl -sLO https://raw.githubusercontent.com/NetApp/netapp-astra-toolkits/neptune/examples/labelbased-backup/protectCluster.py &&
curl -sLO https://raw.githubusercontent.com/NetApp/netapp-astra-toolkits/main/examples/labelbased-backup/protectCluster.py &&
python protectCluster.py

0 comments on commit 634504e

Please sign in to comment.