Skip to content

Commit

Permalink
Merge pull request #30 from bibendi/edge
Browse files Browse the repository at this point in the history
Edge
  • Loading branch information
bibendi authored Dec 5, 2017
2 parents a8581cc + ef51179 commit b2694e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/build_linux
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ docker run \
--rm \
-v $PWD:/app \
-w /app \
crystallang/crystal \
crystallang/crystal:0.22.0 \
crystal build --release src/app.cr -o dip-Linux-x86_64
1 change: 0 additions & 1 deletion src/dip/commands/ssh.cr
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module Dip::Cli::Commands

private def docker_args
result = %w()
result << "--rm"
volume = options.volume.sub("$HOME", ENV["HOME"])
result << "--volume ssh_data:/ssh -v #{volume}:#{volume}"
result << "--interactive --tty" if options.interactive?
Expand Down
2 changes: 1 addition & 1 deletion src/dip/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dip
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit b2694e4

Please sign in to comment.