Revert "Merge pull request 'clan-cli: Refactor the API to use the Flake object' (#3531) from Qubasa/clan-core:replace_machine_name_with_machine_obj into main"
This reverts commit572ce8885f, reversing changes made to0bee027251.
This commit is contained in:
@@ -107,7 +107,7 @@ def create_clan(opts: CreateOptions) -> CreateClanResponse:
|
||||
response.flake_update = flake_update
|
||||
|
||||
if opts.initial:
|
||||
init_inventory(Flake(str(opts.dest)), init=opts.initial)
|
||||
init_inventory(str(opts.dest), init=opts.initial)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user