Skip to content

Commit

Permalink
fix fullpath snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 18, 2023
1 parent 1b4088b commit 067a4f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/photographer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ func execute(ctx context.Context, snapshotStorage *util.SnapshotStorage, history
if err != nil {
log.Fatalf("%v \n", err)
}
snapshotStorage.EphemeralUpload(ctx, snapshotfilename)
snapshotFullPath := "/var/run/tezos/snapshots/" + snapshotfilename
snapshotStorage.EphemeralUpload(ctx, snapshotFullPath)
}

0 comments on commit 067a4f8

Please sign in to comment.