Skip to content

Commit 4225713

Browse files
author
Shlomi Noach
authored
Merge branch 'master' into enable-extra-port
2 parents e42cefc + 52f2dd7 commit 4225713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.40
1+
1.0.42

go/base/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ func (this *MigrationContext) ReadConfigFile() error {
700700
gcfg.RelaxedParserMode = true
701701
gcfgscanner.RelaxedScannerMode = true
702702
if err := gcfg.ReadFileInto(&this.config, this.ConfigFile); err != nil {
703-
return err
703+
return fmt.Errorf("Error reading config file %s. Details: %s", this.ConfigFile, err.Error())
704704
}
705705

706706
// We accept user & password in the form "${SOME_ENV_VARIABLE}" in which case we pull

0 commit comments

Comments
 (0)