Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 8138f55

Browse files
committed
Give a more "readable" name to the automatic snapshot.
1 parent a816ab1 commit 8138f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gandi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ function gandi_SaveNameservers( $params ) {
632632
}
633633
} else {
634634
if ( 'livedns' === ( $test['current'] ?? '-' ) ) {
635-
$snapshots->takeNow();
635+
$snapshots->takeNow( 'NS switching' );
636636
}
637637
$request = $api->updateDomainNameservers( $domain, $nameservers );
638638
}

0 commit comments

Comments
 (0)