Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from srinandan/issue82
Browse files Browse the repository at this point in the history
fix syntax err #82
  • Loading branch information
srinandan authored Jan 7, 2023
2 parents 33977ec + 05021e1 commit df22fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/integrations/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var ExecuteCmd = &cobra.Command{
},
RunE: func(cmd *cobra.Command, args []string) (err error) {

var content byte[]
var content []byte

if executionFile != "" {
if _, err := os.Stat(executionFile); os.IsNotExist(err) {
Expand Down

0 comments on commit df22fb9

Please sign in to comment.