summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2014-09-01 10:27:14 +0000
committerSam Thursfield <sam@afuera.me.uk>2014-09-01 10:27:14 +0000
commit6517fd82be115388dda0532aedd6a835345635e6 (patch)
treec57313e6eca50816db6c1649dd4c4ff22d0d5465 /yarns/implementations.yarn
parent9c0011417081326ebb72d9ed02fcbbc456946dc4 (diff)
parent354253df295bb2815a9d5e0744b3aa98eea6aad9 (diff)
downloadmorph-6517fd82be115388dda0532aedd6a835345635e6.tar.gz
Merge branch 'deploy-improvements'
Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 422c2eea..52eee01d 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -692,7 +692,7 @@ them, so they can be added to the end of the implements section.
IMPLEMENTS WHEN the user (attempts to upgrade|upgrades) the (system|cluster) (\S+) in branch (\S+)( with options (.*))?
cd "$DATADIR/workspace/$MATCH_4"
- set -- deploy --upgrade "$MATCH_3"
+ set -- upgrade "$MATCH_3"
if [ "$MATCH_5" != '' ]; then
# eval used so word splitting in the text is preserved
eval set -- '"$@"' $MATCH_6