Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Merge 7a4c6a5 into 04cfd8a
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 6, 2020
2 parents 04cfd8a + 7a4c6a5 commit 6013b85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "system-image-node-module",
"version": "1.1.0",
"version": "1.1.1",
"description": "UBports System image client/server module",
"main": "./src/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/client.js
Expand Up @@ -122,7 +122,7 @@ class Client {
),
options.device
),
dest: path.join(ubuntuPushDir, "ubuntu_command")
dest: `${ubuntuPushDir}/ubuntu_command`
}
])
.catch(e => {
Expand Down

0 comments on commit 6013b85

Please sign in to comment.