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

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Feb 20, 2015
2 parents c7ea91b + 8b8835c commit e358553
Show file tree
Hide file tree
Showing 3 changed files with 6 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.2.3</string>
<string>0.2.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>35</string>
<string>38</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions src/coreos-vagrant-install.command
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# cd to App's Resources folder
cd "$1"

# copy gsed to ~/coreos--k8s--cluster/bin
# copy gsed to ~/coreos-k8s-cluster/bin
cp "$1"/gsed ~/coreos-k8s-cluster/bin
chmod 755 ~/coreos-k8s-cluster/bin/gsed

# copy wget with https support to ~/coreos--k8s--cluster/bin
# copy wget with https support to ~/coreos-k8s-cluster/bin
cp "$1"/wget ~/coreos-k8s-cluster/bin
chmod 755 ~/coreos-k8s-cluster/bin/wget

Expand Down
4 changes: 2 additions & 2 deletions src/update.command
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ read -p "$*"
res_folder=$(cat ~/coreos-k8s-cluster/.env/resouces_path)

# copy gsed to ~/coreos-k8s-cluster/bin
cp -f "$res_folder"/gsed ~/coreos-k8s-cluster/bin
cp -f "${res_folder}"/gsed ~/coreos-k8s-cluster/bin
chmod 755 ~/coreos-k8s-cluster/bin/gsed

# copy wget with https support to ~/coreos-k8s-cluster/bin
cp -f "$res_folder"/wget ~/coreos-k8s-cluster/bin
cp -f "${res_folder}"/wget ~/coreos-k8s-cluster/bin
chmod 755 ~/coreos-k8s-cluster/bin/wget

#
Expand Down

0 comments on commit e358553

Please sign in to comment.