Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Update import for movingaverage
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Oct 9, 2015
1 parent ba08983 commit 9962750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"os"

"github.com/intelsdi-x/pulse-plugin-processor-movingaverage/movingaverage"
"github.com/intelsdi-x/pulse/control/plugin"
"github.com/intelsdi-x/pulse/plugin/processor/pulse-processor-movingaverage/movingaverage"
)

func main() {
Expand Down

0 comments on commit 9962750

Please sign in to comment.