Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhartX committed Aug 10, 2017
1 parent 6ba763f commit effdcc7
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 effdcc7

Please sign in to comment.