Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Jul 15, 2019
2 parents 423957a + 65291ab commit c07efe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magento2-frontools",
"version": "1.7.1",
"version": "1.7.2",
"author": {
"name": "Bartek Igielski",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion task/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function() { // eslint-disable-line func-names
try {
plugins.fs.symlinkSync(
relativeDirectory,
plugins.path.json(config.projectPath, symlinkDirectoryName),
plugins.path.join(config.projectPath, symlinkDirectoryName),
'dir'
)

Expand Down

0 comments on commit c07efe9

Please sign in to comment.