Skip to content

Commit

Permalink
Unbreak on platforms that aren't ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
andytinycat committed Apr 12, 2015
1 parent 160c1f7 commit 8807c3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4

* Unbreak building on platforms that aren't 'ubuntu'.

## 0.1.3

* Unbreak fpm-dockery binary.
Expand Down
2 changes: 1 addition & 1 deletion lib/fpm/dockery/cli.rb
Expand Up @@ -94,7 +94,7 @@ def execute
docker run \
-v #{dir_to_mount}:/recipe \
#{extra_docker_commands.join(' ')} \
fpm-dockery/ubuntu \
fpm-dockery/#{builder} \
--tmp-root /tmp/tmproot \
--pkg-dir #{pkg_dir} \
--cache-dir /tmp/cache \
Expand Down
2 changes: 1 addition & 1 deletion lib/fpm/dockery/version.rb
@@ -1,5 +1,5 @@
module FPM
module Dockery
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end

0 comments on commit 8807c3e

Please sign in to comment.