Skip to content

Commit d4be752

Browse files
committed
Update fs list logic to use refresh instead of froce
1 parent f1acf8e commit d4be752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/polyaxon/_fs/async_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ async def list_files(
297297
is_async=fs.async_impl,
298298
path=store_path,
299299
detail=True,
300-
force=force,
300+
refresh=force,
301301
)
302302
results: Dict[str, Any] = {"files": {}, "dirs": []}
303303
for p in paths:

0 commit comments

Comments
 (0)