Skip to content

Commit 4f3e830

Browse files
author
Ilya Radchenko
committed
v0.1.3
- org instructions updated - setup updated - better deploy command
1 parent ed6fdd0 commit 4f3e830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
run: function(options, rawArgs) {
3535
var ui = this.ui;
3636
var root = this.project.root;
37-
var execOptions = { cwd: root };
37+
var execOptions = { cwd: root, shell: process.env.SHELL };
3838

3939
function buildApp() {
4040
var env = options.environment;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-cli-github-pages",
33
"description": "Easily manage gh-pages of your ember-cli addon",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"directories": {
66
"doc": "doc",
77
"test": "tests"

0 commit comments

Comments
 (0)