Skip to content

Commit

Permalink
fix: cli config
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed May 17, 2021
1 parent 0bf985b commit c3dee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftGraphQLCLI/main.swift
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ struct SwiftGraphQLCLI: ParsableCommand {

// MARK: - Configuration

var configuration = CommandConfiguration(
static var configuration = CommandConfiguration(
commandName: "swift-graphql"
)

0 comments on commit c3dee58

Please sign in to comment.