Skip to content

Commit

Permalink
took out explicit provisioning step since this should be the vault's …
Browse files Browse the repository at this point in the history
…responsibility.
  • Loading branch information
ndenny committed Jul 11, 2024
1 parent c53b88a commit cfd9027
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def do_backup_asset(self, comargs, comdex):
site = self.site(ark.site)
asset = site.asset(ark)
vault = self.vault(asset.policy.vault)
vault.provision(ark)
flag, stdout, stderr = vault.push(asset)
if flag:
return SUCCESS(stdout, {'stdout': stdout})
Expand Down

0 comments on commit cfd9027

Please sign in to comment.