Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
- org instructions updated
- setup updated
- better deploy command
  • Loading branch information
Ilya Radchenko committed Dec 21, 2017
1 parent ed6fdd0 commit 4f3e830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
run: function(options, rawArgs) {
var ui = this.ui;
var root = this.project.root;
var execOptions = { cwd: root };
var execOptions = { cwd: root, shell: process.env.SHELL };

function buildApp() {
var env = options.environment;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-cli-github-pages",
"description": "Easily manage gh-pages of your ember-cli addon",
"version": "0.1.2",
"version": "0.1.3",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 4f3e830

Please sign in to comment.