rexray / dvdcli

A tool for exposing native Docker Volume Driver functionality through a CLI
Apache License 2.0
33 stars 14 forks source link

The version is now printed with 'dvdcli version' #9

Closed akutz closed 9 years ago

akutz commented 9 years ago

This patch fixes an issue where the dvdcli/commands.go file was importing github.com/emccode/rexray/util instead of github.com/emccode/dvdcli/util. Once the import path was fixed, the version printed correctly as the correct version package is now transitively linked.