Skip to content

Commit

Permalink
fix syntax style based on linter output
Browse files Browse the repository at this point in the history
  • Loading branch information
rnagle committed Jan 14, 2019
1 parent 904705c commit f728279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke_test/bcda_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func startJob(resourceType string) *http.Response {
client := &http.Client{}

var url string = fmt.Sprintf("%s://%s/api/v1/%s/$export", proto, apiHost, resourceType)
if encrypt == true {
if encrypt {
url = fmt.Sprintf("%s://%s/api/v1/%s/$export?encrypt=true", proto, apiHost, resourceType)
}

Expand Down

0 comments on commit f728279

Please sign in to comment.