Commit 61927a8 1 parent 16b1c85 commit 61927a8 Copy full SHA for 61927a8
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ async def _apply(
218
218
print ("Please run `flux init` to create a configuration file" )
219
219
raise typer .Exit (code = 1 )
220
220
async with FluxRunner .from_file (
221
- path = config . migration_directory ,
221
+ path = FLUX_CONFIG_FILE ,
222
222
connection_uri = connection_uri ,
223
223
) as runner :
224
224
await _print_apply_report (runner = runner , n = n )
@@ -257,7 +257,7 @@ async def _rollback(
257
257
print ("Please run `flux init` to create a configuration file" )
258
258
raise typer .Exit (code = 1 )
259
259
async with FluxRunner .from_file (
260
- path = config . migration_directory ,
260
+ path = FLUX_CONFIG_FILE ,
261
261
connection_uri = connection_uri ,
262
262
) as runner :
263
263
await _print_rollback_report (runner = runner , n = n )
You can’t perform that action at this time.
0 commit comments