aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3e71076..0511ab7 100644
--- a/main.go
+++ b/main.go
@@ -85,8 +85,8 @@ func main() {
// Hand-over to the respective subcommands
var err error
switch cmd := os.Args[1]; cmd {
- //case "snapshot":
- // err = snapshot(opts)
+ case "snapshot":
+ err = snapshot(opts)
//case "collect":
// err = collect(opts)
case "assemble":