Revision: 589
Author: perlstalker
Date: Wed May 12 09:52:30 2010
Log: Fix env variable name in error message
http://code.google.com/p/vuser/source/detail?r=589
Modified:
/VUser-Google-ProvisioningAPI/trunk/t/run.t
=======================================
--- /VUser-Google-ProvisioningAPI/trunk/t/run.t Tue Nov 17 23:17:24 2009
+++ /VUser-Google-ProvisioningAPI/trunk/t/run.t Wed May 12 09:52:30 2010
@@ -15,7 +15,7 @@
and not $gapps_user
and not $gapps_passwd
) {
- warn "GAPPS_DOMAIN, GAPPS_USER or GAPPS_PASSWD not set\n";
+ warn "GAPPS_DOMAIN, GAPPS_ADMIN or GAPPS_PASSWD not set\n";
exit;
}
--
You received this message because you are subscribed to the Google Groups "vuser-commits" group.
To post to this group, send email to
vuser-...@googlegroups.com.
To unsubscribe from this group, send email to
vuser-commit...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/vuser-commits?hl=en.