Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #18 from rimusz/dev
Browse files Browse the repository at this point in the history
v0.4.8
  • Loading branch information
rimusz committed Jul 28, 2015
2 parents 30006c5 + b968d47 commit 2acb6cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.7</string>
<string>0.4.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>147</string>
<string>151</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
7 changes: 3 additions & 4 deletions src/coreos-vagrant.command
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
# Created by Rimantas on 01/04/2014.
# Copyright (c) 2014 Rimantas Mocevicius. All rights reserved.

# overwrite for OS X 10.11
vagrant=/usr/local/bin/vagrant
export PATH=/usr/local/bin

# pass first argument - up, halt ...
cd ~/coreos-k8s-cluster/control
$vagrant $1
vagrant $1

cd ~/coreos-k8s-cluster/workers
$vagrant $1
vagrant $1

0 comments on commit 2acb6cf

Please sign in to comment.