Skip to content

Commit

Permalink
Fix message of #134
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Jan 14, 2018
1 parent 7d13fbd commit 75d8583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/builder/copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (builder *copyBuilder) copyReposGit(repos *lockjson.Repos, buildRepos *buil
logger.Warnf("%s: HEAD and locked revision are different", repos.Path)
logger.Warn(" HEAD: " + head)
logger.Warn(" locked revision: " + repos.Version)
logger.Warnf(" Please run 'volt get %s' to update locked revision.", repos.Path)
logger.Warn(" Please run 'volt get -l' to update locked revision.")
}

// Open ~/volt/repos/{repos}
Expand Down
2 changes: 1 addition & 1 deletion cmd/builder/symlink.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (builder *symlinkBuilder) installRepos(repos *lockjson.Repos, vimExePath st
logger.Warnf("%s: HEAD and locked revision are different", repos.Path)
logger.Warn(" HEAD: " + head)
logger.Warn(" locked revision: " + repos.Version)
logger.Warnf(" Please run 'volt get %s' to update locked revision.", repos.Path)
logger.Warn(" Please run 'volt get -l' to update locked revision.")
}

// Open a repository to determine it is bare repository or not
Expand Down

0 comments on commit 75d8583

Please sign in to comment.