Skip to content

Commit

Permalink
Fix typo in download_source comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jan 31, 2017
1 parent 6de18ef commit f937e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/download_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func writeVersionFile(terraformSource *TerraformSource) error {
// 2. W is the base 64 encoded sha1 hash of w. This ensures that if you are running Terragrunt concurrently in
// multiple folders (e.g. during automated tests), then even if those folders are using the same source URL s, they
// do not overwrite each other.
// 3. S is the base 64 encoded sha1 has of s without its query string. For remote source URLs (e.g. Git
// 3. S is the base 64 encoded sha1 of s without its query string. For remote source URLs (e.g. Git
// URLs), this is based on the assumption that the scheme/host/path of the URL
// (e.g. git::github.com/foo/bar//some-module) identifies the module name, and we always want to download the same
// module name into the same folder (see the encodeSourceName method). We also assume the version of the module is
Expand Down

0 comments on commit f937e39

Please sign in to comment.