summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index c6be689..8a7dff1 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
url = vars['url']
http(vars, get, url + path, token=token)
- IMPLEMENTS WHEN (\S+) retrieves (\S+) from blob service
+ IMPLEMENTS WHEN (\S+) retrieves (\S+) from artifact store
user = get_next_match()
path = get_next_match()
token = get_token(user)
@@ -74,7 +74,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
url = vars['url']
http(vars, put, url + path, body=body, token=token)
- IMPLEMENTS WHEN (\S+) sends blob (\S+) to blob service as (\S+)
+ IMPLEMENTS WHEN (\S+) sends blob (\S+) to artifact store as (\S+)
user = get_next_match()
filename = get_next_match()
path = get_next_match()