You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/01/27 04:00:55 UTC

[2/6] incubator-trafficcontrol git commit: fixed sentence fragment

fixed sentence fragment


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/3d867a3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/3d867a3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/3d867a3c

Branch: refs/heads/master
Commit: 3d867a3c13e03d2126648290eacfad2916ae87cf
Parents: 194b683
Author: Dewayne Richardson <de...@apache.org>
Authored: Thu Jan 26 14:55:36 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Thu Jan 26 20:59:43 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/migrate.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/3d867a3c/traffic_ops/app/db/pg-migration/migrate.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/migrate.sh b/traffic_ops/app/db/pg-migration/migrate.sh
index 3cec4d2..1b73820 100755
--- a/traffic_ops/app/db/pg-migration/migrate.sh
+++ b/traffic_ops/app/db/pg-migration/migrate.sh
@@ -13,9 +13,9 @@
 #  limitations under the License.
 #
 
-: ${TO_SERVER?"Please the TO_SERVER environment variable: ie: https://kabletown.net"}
-: ${TO_USER?"Please the TO_USER environment variable: ie: <your Traffic Ops userid>"}
-: ${TO_PASSWORD?"Please the TO_PASSWORD environment variable: ie: <your Traffic Ops password>"}
+: ${TO_SERVER?"Please set the TO_SERVER environment variable: ie: https://kabletown.net"}
+: ${TO_USER?"Please set the TO_USER environment variable: ie: <your Traffic Ops userid>"}
+: ${TO_PASSWORD?"Please set the TO_PASSWORD environment variable: ie: <your Traffic Ops password>"}
 
 MYSQL_PORT=3306
 POSTGRES_PORT=5432