Skip to content

Commit

Permalink
Merge pull request #27 from leonhartX/fix-var-name
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
leonhartX authored Aug 10, 2017
2 parents 6ba763f + effdcc7 commit 2caab8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.3",
"version": "2.0.4",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_appName__",
Expand Down
2 changes: 1 addition & 1 deletion src/github-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function pushToRepo(code) {
return {file: file, blob: response};
})
});
if (changed.lengthun === 0) {
if (changed.length === 0) {
showAlert("Nothing to do", LEVEL_WARN);
return;
}
Expand Down

0 comments on commit 2caab8e

Please sign in to comment.