Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 15, 2012
1 parent 4dee2fb commit a3372b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs-create-domain
Expand Up @@ -28,5 +28,5 @@ commandLine.getDomainStatus(domainName, function(error, domain) {
'Use gcs-describe-domain to check for endpoints.');
process.exit(0);
}
});
);
});

0 comments on commit a3372b9

Please sign in to comment.