Skip to content

Commit

Permalink
Merge pull request deis#2607 from Xe/fix/deisctl/prevent-build-on-win…
Browse files Browse the repository at this point in the history
…dows

fix(deisctl): prevent build on windows
  • Loading branch information
mboersma committed Dec 10, 2014
2 parents f21159f + 46a2159 commit 3e9516a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deisctl/deisctl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !windows

package main

import (
Expand Down

0 comments on commit 3e9516a

Please sign in to comment.