Skip to content

Commit ba18cac

Browse files
authored
Update scaling.py
1 parent 4c2a6ff commit ba18cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bibigrid/scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
INSTANCES_YML = PLAYBOOK_VARS_DIR + '/instances.yml'
1919
COMMON_CONFIGURATION_YML = PLAYBOOK_VARS_DIR + '/common_configuration.yml'
2020
CLUSTER_INFO_URL = "https://simplevm.denbi.de/portal/api/autoscaling/{cluster_id}/scale-data/"
21-
SCALING_SCRIPT_LINK = "https://raw.githubusercontent.com/deNBI/user_scripts/master/bibigrid/scaling.py'"
21+
SCALING_SCRIPT_LINK = "https://raw.githubusercontent.com/deNBI/user_scripts/master/bibigrid/scaling.py"
2222
CLUSTER_OVERVIEW = "https://simplevm.denbi.de/portal/webapp/#/clusters/overview"
2323
WRONG_PASSWORD_MSG = f"The password seems to be wrong. Please verify it again, otherwise you can generate a new one for the cluster on the Cluster Overview ({CLUSTER_OVERVIEW})"
2424
OUTDATED_SCRIPT_MSG = (

0 commit comments

Comments
 (0)