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

Commit

Permalink
Add missing '$' in recipe skip-start-replication
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Apr 14, 2019
1 parent cc91fe1 commit b861d05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.0
1.28.1
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.28.1 14-Apr-2019
BUGS FIXED
Add missing '$' in recipe skip-start-replication
1.28.0 14-Apr-2019
NEW FEATURES
- Add option --sort-by=[name,flavor,script] to cookbook list
Expand Down
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
package common

// This file was generated during build. Do not edit.
// Build time: 2019-04-03 08:09
// Build time: 2019-04-14 20:17

var VersionDef string = "1.28.0" // 2019-04-03
var VersionDef string = "1.28.1" // 2019-04-14

// Compatible version is the version used to mark compatible archives (templates, configuration).
// It is usually major.minor.0, except when we are at version 0.x, when
Expand Down
2 changes: 1 addition & 1 deletion cookbook/cookbook_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ header "To make the sandbox operational, you need to run" \
"and $SANDBOX_HOME/$sandbox_dir/master/load_grants"
header "Note that only the master needs to load grants. The slaves get them through replication" \
"which will start when you run $SANDBOX_HOME/sandbox_dir/initialize_slaves"
"which will start when you run $SANDBOX_HOME/$sandbox_dir/initialize_slaves"
`

Expand Down

0 comments on commit b861d05

Please sign in to comment.