Skip to content

Commit 4bf702e

Browse files
larkeethiagotnunes
andauthored
Update spanner/src/create_backup.php
Co-authored-by: Thiago Nunes
1 parent 05fed17 commit 4bf702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/src/create_backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function create_backup($instanceId, $databaseId, $backupId)
6060
print('Backup is ready!' . PHP_EOL);
6161
$info = $backup->info();
6262
printf(
63-
'Backup %s of size %d bytes was created at %s for version of database as %s' . PHP_EOL,
63+
'Backup %s of size %d bytes was created at %s for version of database at %s' . PHP_EOL,
6464
basename($info['name']), $info['sizeBytes'], $info['createTime'], $info['versionTime']);
6565
} else {
6666
print('Backup is not ready!' . PHP_EOL);

0 commit comments

Comments
 (0)