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

Commit

Permalink
remove whitespace from gatsby dev server args
Browse files Browse the repository at this point in the history
  • Loading branch information
superhawk610 committed Aug 15, 2018
1 parent d832f7e commit 4f877d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/task.middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const getDevServerCommand = (
};
case 'gatsby':
return {
args: ['run', task.name, `-p ${port}`],
args: ['run', task.name, '-p', port],
env: {},
};
default:
Expand Down

0 comments on commit 4f877d5

Please sign in to comment.