@@ -243,7 +243,7 @@ |
||
| 243 | 243 | { |
| 244 | 244 | $driverType = (string) $this->getOption('driver_type'); |
| 245 | 245 | |
| 246 | - return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
| 246 | + return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |