From bac12633712c142d28c2d4fb32e125f6a2d2c546 Mon Sep 17 00:00:00 2001 From: Vojtech Vitek Date: Sat, 30 Apr 2016 13:07:53 -0400 Subject: [PATCH] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2609acc..a07e185 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ targets: is equivalent to -`$ sup production build pull stop-rm-run health slack-notify airbrake-notify` +`$ sup production build pull migrate-db-up stop-rm-run health slack-notify airbrake-notify` # Supfile @@ -254,8 +254,8 @@ targets: ### Default environment variables you can use -- `$SUP_NETWORK` - Name of the NETWORK that the command was originally issued against. -- `$SUP_USER` - Name of user who issued the command. +- `$SUP_NETWORK` - Network selected by current user. +- `$SUP_USER` - Current user who invoked the sup command. - `$SUP_TIME` - Date and time of the original command line invocation. # Development