Skip to content

Commit

Permalink
Fix authorized keys env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla committed Aug 2, 2021
1 parent e04b2ff commit f2794d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
type Config struct {
Port int `env:"SMOOTHIE_PORT" default:"23231"`
KeyPath string `env:"SMOOTHIE_KEY_PATH" default:".ssh/smoothie_server_ed25519"`
RepoAuthPath string `env:"SMOOTHIE_KEY_PATH" default:".ssh/smoothie_git_authorized_keys"`
RepoAuthPath string `env:"SMOOTHIE_REPO_KEYS_PATH" default:".ssh/smoothie_git_authorized_keys"`
RepoPath string `env:"SMOOTHIE_REPO_PATH" default:".repos"`
}

Expand Down

0 comments on commit f2794d4

Please sign in to comment.