Skip to content

Commit

Permalink
Fix app name in root command and add schema.graphql file (#12)
Browse files Browse the repository at this point in the history
This commit updates the app name in the root command to be correct and
adds a schema.graphql file, which is necessary for GoReleaser to work.

Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer authored Feb 14, 2024
1 parent d63630c commit f5a46d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"go.uber.org/zap"
)

const appName = "iam-runtime-equinix"
const appName = "iam-runtime-infratographer"

var (
cfgFile string
Expand Down
Empty file added schema.graphql
Empty file.

0 comments on commit f5a46d7

Please sign in to comment.