Skip to content

Commit 64228dd

Browse files
Update cmd/bootstrap/transit/cmd/pull_root_block.go
Co-authored-by: Jordan Schalm <[email protected]>
1 parent 613f430 commit 64228dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootstrap/transit/cmd/pull_root_block.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func pullRootBlock(c *cobra.Command, args []string) {
8585

8686
err = bucket.DownloadFile(ctx, client, fullRandomBeaconPath, objectName)
8787
if err != nil {
88-
log.Fatal().Msg("could not download file from google bucket")
88+
log.Fatal().Err(err).Msg("could not download random beacon key file from google bucket")
8989
} else {
9090
err = unWrapFile(flagBootDir, nodeID, flagOutputDir, unWrappedRandomBeaconPath)
9191
if err != nil {

0 commit comments

Comments
 (0)