Skip to content

Commit

Permalink
Merge pull request #91 from james-nesbitt/fixcommitmessage
Browse files Browse the repository at this point in the history
fixed commit operation message
  • Loading branch information
james-nesbitt committed Feb 26, 2016
2 parents c9d4341 + 9c30271 commit d98c370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operation/operation_commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (operation *CommitOperation) Run(logger log.Log) bool {
} else if !hasInstances {
nodeLogger.Info("No valid instances specified in target list [" + node.MachineName() + "]")
} else {
nodeLogger.Message("Creating instance containers")
nodeLogger.Message("Committing instance container")
for _, id := range instances.InstancesOrder() {
instance, _ := instances.Instance(id)
instance.Client().Commit(logger, operation.tag, operation.message)
Expand Down

0 comments on commit d98c370

Please sign in to comment.