Skip to content

Commit

Permalink
very big change
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 7, 2022
1 parent 733b974 commit 667c6dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ Usage Examples:

// download server if not present
if !util.PathIsFile(path.Join(serverDir, serverFile)) {
fmt.Println("Server file not present, downloading...")
fmt.Println("(Point --server-dir and --server-file flags for an existing server file to skip this step.)")
fmt.Println("Server file not present, downloading...\n(Point --server-dir and --server-file flags to an existing server file to skip this step.)")

var provider server.Provider
if index.Dependencies.Fabric != "" {
Expand Down

0 comments on commit 667c6dc

Please sign in to comment.