Skip to content

Commit

Permalink
removed forgotten debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Apr 2, 2018
1 parent 6bbe690 commit e160f65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mason/publishing.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func PublishFile(meta Metadata, filePath string, verbose bool) (err error) {
target, ok := meta.PublishInfo.TargetsMap[fileName]

if ok {
fmt.Println("Goongaga Goongala")
// upload the file
err = UploadFile(client, target.Destination, filePath, meta, username, password, verbose)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.6",
"version": "1.2.7",
"package": "github.com/nikogura/gomason",
"description": "A tool for testing, building, signing, and publishing your project from a clean workspace.",
"repository": "http://localhost:8081/artifactory/generic-local",
Expand Down

0 comments on commit e160f65

Please sign in to comment.