feat: enhance description
This commit is contained in:
parent
1e07df59d7
commit
d6a08f17e0
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ func checkoutRepositories(repositories []Repository) {
|
||||||
repoDestination := repoDestinationPre + repoName
|
repoDestination := repoDestinationPre + repoName
|
||||||
|
|
||||||
descriptionPrefixPre := "Cloning repository "
|
descriptionPrefixPre := "Cloning repository "
|
||||||
descriptionPrefix := descriptionPrefixPre + repoName
|
descriptionPrefix := descriptionPrefixPre + repoName + " ..."
|
||||||
bar.Describe(descriptionPrefix)
|
bar.Describe(descriptionPrefix)
|
||||||
|
|
||||||
cloneOutput, err := cloneRepository(repoDestination, gitlabUrl)
|
cloneOutput, err := cloneRepository(repoDestination, gitlabUrl)
|
||||||
|
|
@ -108,7 +108,7 @@ func checkoutRepositories(repositories []Repository) {
|
||||||
"already exists and is not an empty directory") {
|
"already exists and is not an empty directory") {
|
||||||
|
|
||||||
descriptionPrefixPre := "Pulling repository "
|
descriptionPrefixPre := "Pulling repository "
|
||||||
descriptionPrefix := descriptionPrefixPre + repoName
|
descriptionPrefix := descriptionPrefixPre + repoName + " ..."
|
||||||
bar.Describe(descriptionPrefix)
|
bar.Describe(descriptionPrefix)
|
||||||
|
|
||||||
_, err := pullRepositories(repoDestination)
|
_, err := pullRepositories(repoDestination)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue