Skip to content

Commit

Permalink
fix: Unhardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 7, 2023
1 parent 49c2f98 commit c416d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/git-backup/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{
RunE: func(cmd *cobra.Command, args []string) error {
return app.Run(cmd.Context(), app.Platform{
Name: "github",
Organisation: "aspect-analytics",
Organisation: viper.GetString("github.organisation"),
})
},
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit c416d25

Please sign in to comment.