Skip to content

Commit

Permalink
fix kapa bug
Browse files Browse the repository at this point in the history
  • Loading branch information
roysoldier committed Jun 21, 2024
1 parent 946b77e commit e6ac39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/viper"
)

const JTSO_VERSION string = "1.0.1"
const JTSO_VERSION string = "1.0.2"

type PortalConfig struct {
Https bool
Expand Down
1 change: 1 addition & 0 deletions kapacitor/kapacitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func StartTick(t []string) error {
return err
}
logger.Log.Infof("Tick Script %s has been successfully installed and enabled", v)
i++
}
return nil
}
Expand Down

0 comments on commit e6ac39a

Please sign in to comment.