Skip to content

Commit 430cf58

Browse files
authored
Merge pull request #80 from david-mears-2/update-constellation-version
Update constellation version to 1.4.0
2 parents 0b9e346 + a665da2 commit 430cf58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
constellation==1.1.3
1+
constellation==1.4.0
22
docopt
33
pytest
44
requests

src/hint_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, path, config_name=None, options=None):
102102

103103
def get_constellation_mounts(self, mount_ref):
104104
return [
105-
constellation.ConstellationMount(key, self.volumes[key]["path"])
105+
constellation.ConstellationVolumeMount(key, self.volumes[key]["path"])
106106
for key in config.config_list(self.dat, [mount_ref, "volumes"])
107107
]
108108

0 commit comments

Comments
 (0)