diff --git a/scripts/README b/scripts/README index 52c52ec14a..4f0e34a080 100644 --- a/scripts/README +++ b/scripts/README @@ -1,12 +1,12 @@ executable scripts to use ansible on the system -my-describe-instances is to get a simple list of all the instances under an +describe-instances is to get a simple list of all the instances under an account in the eucalyptus cloudlet. normal invocation: -sudo -i watch /srv/web/infra/ansible/scripts/my-describe-instances +sudo -i watch /srv/web/infra/ansible/scripts/describe-instances so you can see it update/change diff --git a/scripts/my-describe-instances b/scripts/describe-instances similarity index 100% rename from scripts/my-describe-instances rename to scripts/describe-instances