Skip to content

Commit

Permalink
style(gen): Update askForCompass() prompt to mention Ruby. Closes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Mar 31, 2014
1 parent 04d2330 commit 46c1c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IonicGenerator.prototype.askForCompass = function askForCompass() {
this.prompt([{
type: 'confirm',
name: 'compass',
message: 'Would you like to use Sass (with Compass)?',
message: 'Would you like to use Sass with Compass (requires Ruby)?',
default: false
}], function (props) {
this.compass = props.compass;
Expand Down

0 comments on commit 46c1c3f

Please sign in to comment.