Skip to content

Commit

Permalink
Merge pull request #408 from clintonskitson/feature/disable_snapshots
Browse files Browse the repository at this point in the history
temporarily removed snapshot functionality
  • Loading branch information
akutz committed May 5, 2016
2 parents e61c868 + c1a66d2 commit a3601a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rexray/cli/cli.go
Expand Up @@ -198,7 +198,7 @@ func NewWithArgs(a ...string) *CLI {
c.initAdapterCmdsAndFlags()
c.initDeviceCmdsAndFlags()
c.initVolumeCmdsAndFlags()
c.initSnapshotCmdsAndFlags()
// c.initSnapshotCmdsAndFlags()

c.initServiceCmdsAndFlags()
c.initModuleCmdsAndFlags()
Expand Down

0 comments on commit a3601a1

Please sign in to comment.