Skip to content

Commit

Permalink
Merge pull request #51 from drachenfels-de/fixes
Browse files Browse the repository at this point in the history
CLI improvements
  • Loading branch information
r10r authored Apr 30, 2021
2 parents d05cd0c + 007ba0d commit 7f340c7
Show file tree
Hide file tree
Showing 7 changed files with 294 additions and 112 deletions.
2 changes: 1 addition & 1 deletion cmd/lxcri-init/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
}

specPath := filepath.Join(runtimeDir, "config.json")
spec, err := specki.ReadSpecJSON(specPath)
spec, err := specki.LoadSpecJSON(specPath)
if err != nil {
fmt.Fprintf(os.Stderr, "%s\n", err.Error())
os.Exit(3)
Expand Down
Loading

0 comments on commit 7f340c7

Please sign in to comment.