Skip to content

Commit

Permalink
Using updateTo version now instead of current version...
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Jahn committed Dec 2, 2015
1 parent eba8623 commit 0fe4dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function run(config, done) {
var counter;

for (counter = 0; counter < unstableStrings.length; counter++) {
if (info.current && info.updateTo.indexOf(unstableStrings[counter]) !== -1) {
if (info.updateTo && info.updateTo.indexOf(unstableStrings[counter]) !== -1) {
isUnstable = true;
}
}
Expand Down

0 comments on commit 0fe4dae

Please sign in to comment.