Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fixup struct tags to conform to expected format
  • Loading branch information
gyepisam committed Jun 24, 2013
1 parent 2e602d6 commit 69bf437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.go
Expand Up @@ -54,9 +54,9 @@ func parseConfig(data []byte) (Config, error) {
// DeployConfig represents the key-value data in the _jekyll_s3.yml file
// used for deploying a website to Amazon's S3.
type DeployConfig struct {
Key string `s3_id`
Secret string `s3_secret`
Bucket string `s3_bucket`
Key string `s3_id:""`
Secret string `s3_secret:""`
Bucket string `s3_bucket:""`
}

// ParseDeployConfig will parse a YAML file at the given path and return
Expand Down

0 comments on commit 69bf437

Please sign in to comment.