Skip to content

Commit afcf727

Browse files
committed
chore: make pr
1 parent 38840bf commit afcf727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samcli/local/docker/durable_functions_emulator_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def start(self):
253253
"--store-type",
254254
self._get_emulator_store_type(),
255255
"--store-path",
256-
"/tmp/.durable-executions-local/durable-executions.db", # this is the path within the container
256+
"/tmp/.durable-executions-local/durable-executions.db", # this is the path within the container
257257
],
258258
name=self._container_name,
259259
ports={f"{self.port}/tcp": self.port},

0 commit comments

Comments
 (0)