vagrant-orchestrate 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07d5efc2d22d833214ea9f12d5af262e9a318723
4
- data.tar.gz: 012456af1710092733fa674ed05d05434df2769a
3
+ metadata.gz: 7922e2cc39373d1bf1e9d8934ce5c076040cbdc5
4
+ data.tar.gz: 4d80c7dae9a8ef60feb376a63ee418d516754fda
5
5
  SHA512:
6
- metadata.gz: cc3a2cfccb4c40e6bb5d1d8dd9699ddec884aee1b54cb9b035391d63a7986ac2385ef14d7d15dd94fd4a030713613c2bcffdd53d9314617436a0637c31578b75
7
- data.tar.gz: b00b65b88c111c20f492a9b63dcaa7fd6da71f4ca409030da3b2a5eaa90a11917955b0081d48b3944162958d921d96fb6d74a6cd2d3493c7c6fb4584b3706af6
6
+ metadata.gz: ad5fd6fcfd31b681f7f13bc5541ceeae2cd440d0d3e80e49c04704e69fa140d6fa24ed7d79d78fc293e5047f94056b6bb7f791d24e424a9073771081655dea85
7
+ data.tar.gz: 8c28fe99b0fac7f83da57ddb562d31552975daf74c0bd034631bff19b8d3cc43020e3d915704a4f72355a3303e83bf00d82fd3f84dc1c2773c1952d6e8c584a1
@@ -88,7 +88,7 @@ module VagrantPlugins
88
88
  git_branch = ENV["GIT_BRANCH"]
89
89
  @logger.debug("Read git branch #{git_branch} from GIT_BRANCH environment variable")
90
90
  else
91
- command = "git rev-parse --abbrev-ref HEAD"
91
+ command = "git rev-parse --abbrev-ref HEAD 2>&1"
92
92
  git_branch = `#{command}`.chomp
93
93
  if git_branch.include? "fatal"
94
94
  @logger.error("Unable to determine git branch `#{command}`. Is this a git repo?")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf