summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 14:02:20 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 19:06:20 +0200
commit78d9c80226c52bcd70e27e7ee2a3a7754f644b53 (patch)
tree407131ac41543d0950c9576a141de2a6cc693973 /yarns/900-implements.yarn
parentd8bf5f405c48980d69a4f2cef8179fb605f0c743 (diff)
downloadick2-78d9c80226c52bcd70e27e7ee2a3a7754f644b53.tar.gz
Change: rename blob service to artifact store
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()