Skip to content

Commit

Permalink
fix: Adjust package name to match directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaclan authored and kbdharun committed Jun 18, 2024
1 parent e7e4029 commit 8e6b4ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/shell.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package main
package core

import (
"errors"
"strings"
"fmt"

"github.com/mitchellh/mapstructure"
"github.com/vanilla-os/vib/api"
Expand Down

0 comments on commit 8e6b4ae

Please sign in to comment.