Skip to content

Commit

Permalink
changed the 'D' to 'Dynamic', cos it seems to fit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikogura committed Apr 4, 2018
1 parent 0c580dd commit 0464102
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DBT *Distributed Binary Toolkit*
# DBT *Dynamic Binary Toolkit*

[![Current Release](https://img.shields.io/github/release/nikogura/dbt.svg)](https://img.shields.io/github/release/nikogura/dbt.svg)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func exitEarlyIf(args []string) {

func helpMessage() {

log.Printf(`DBT Distributed Binary Toolkit
log.Printf(`DBT Dynamic Binary Toolkit
Usage:
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.5",
"version": "1.0.6",
"package": "github.com/nikogura/dbt",
"description": "Distributed Binary Toolkit - A framework for running self-updating signed binaries from a central, trusted repository.",
"description": "Dynamic Binary Toolkit - A framework for running self-updating signed binaries from a central, trusted repository.",
"repository": "http://localhost:8081/artifactory/dbt",
"building": {
"targets": [
Expand Down

0 comments on commit 0464102

Please sign in to comment.