mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo in commands-cordova
This commit is contained in:
@@ -188,7 +188,7 @@ cordova.ensureCordovaPlatforms = function (localPath) {
|
||||
|
||||
if (! platformsStrings)
|
||||
throw new Error('Failed to parse the output of `cordova platform list`: ' +
|
||||
platofrmsList.stdout);
|
||||
platformsList.stdout);
|
||||
|
||||
var installedPlatforms = _.map(platformsStrings.split(', '), function (s) {
|
||||
return s.split(' ')[0];
|
||||
|
||||
Reference in New Issue
Block a user