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

Commit

Permalink
Give a more "readable" name to the automatic snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Dec 30, 2022
1 parent a816ab1 commit 8138f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gandi.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ function gandi_SaveNameservers( $params ) {
}
} else {
if ( 'livedns' === ( $test['current'] ?? '-' ) ) {
$snapshots->takeNow();
$snapshots->takeNow( 'NS switching' );
}
$request = $api->updateDomainNameservers( $domain, $nameservers );
}
Expand Down

0 comments on commit 8138f55

Please sign in to comment.