Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit d55325e

Browse files
committed
Fix Issue #140 - wrong command suggestion
1 parent 67e18bd commit d55325e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.63.1 10-Oct-2021
2+
3+
## BUGS FIXED
4+
5+
* Fix Issue #140 - Wrong command suggestion
6+
17
## 1.63.0 12-Sep-2021
28

39
## BUGS FIXED

Diff for: cmd/downloads.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func getRemoteTarballByVersion(cmd *cobra.Command, args []string) {
354354
if err != nil {
355355
common.Exit(1, fmt.Sprintf("Error getting version %s (%s-%s)[minimal: %v - newest: %v - guess: %v]: %s",
356356
version, flavor, OS, minimal, newest, guessLatest, err),
357-
fmt.Sprintf("Try using 'dbdeployer downloads get-remote mysql %s %s'", version, OS))
357+
fmt.Sprintf("Try using 'dbdeployer downloads add-remote mysql %s %s'", version, OS))
358358
}
359359

360360
fileName = tarball.Name

Diff for: common/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.63.0
1+
1.63.1

0 commit comments

Comments
 (0)