Skip to content

Commit

Permalink
bug fix - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 22, 2017
1 parent 6d0ca0a commit 394c2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/files/shared-folder.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class SharedFolder {

remove (path) {
var unprefixedpath = this.removePrefix(path)
this.remixd.call('systemfiles', 'remove', {path: unprefixedpath}, (error, result) => {
this.remixd.call('sharedfolder', 'remove', {path: unprefixedpath}, (error, result) => {
if (error) console.log(error)
var path = this.type + '/' + unprefixedpath
delete this.filesContent[path]
Expand Down

0 comments on commit 394c2bf

Please sign in to comment.