From 77712ef776aad0b4a126810dc3fba1ea43545ff0 Mon Sep 17 00:00:00 2001 From: TeoV Date: Fri, 4 Dec 2020 09:59:51 +0200 Subject: [PATCH] Update storage_csv from engine --- engine/storage_csv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/storage_csv.go b/engine/storage_csv.go index 665efbc97..836fe0a3c 100644 --- a/engine/storage_csv.go +++ b/engine/storage_csv.go @@ -132,7 +132,7 @@ func NewFileCSVStorage(sep rune, dataPath string) *CSVStorage { dispatcherprofilesPaths := appendName(allFoldersPath, utils.DispatcherProfilesCsv) dispatcherhostsPaths := appendName(allFoldersPath, utils.DispatcherHostsCsv) rateProfilesFn := appendName(allFoldersPath, utils.RateProfilesCsv) - actionProfilesFn := append(allFoldersPath, utils.ActionProfilesCsv) + actionProfilesFn := appendName(allFoldersPath, utils.ActionProfilesCsv) return NewCSVStorage(sep, destinationsPaths, timingsPaths,