From d39665e173a77259e34e7826581ab0923e5affa0 Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov <30695496+name212@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:15:26 +0300 Subject: [PATCH 1/2] Update change_host_ip.go Signed-off-by: Nikolay Mitrofanov <30695496+name212@users.noreply.github.com> --- modules/002-deckhouse/hooks/change_host_ip.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/002-deckhouse/hooks/change_host_ip.go b/modules/002-deckhouse/hooks/change_host_ip.go index 6ad2da2c65..30b7f37781 100755 --- a/modules/002-deckhouse/hooks/change_host_ip.go +++ b/modules/002-deckhouse/hooks/change_host_ip.go @@ -12,6 +12,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + */ package hooks From 40b4a1a9daba2005123f7eb1e7261bf4e75baf7f Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov <30695496+name212@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:43:44 +0300 Subject: [PATCH 2/2] Update modules/002-deckhouse/hooks/change_host_ip.go Signed-off-by: Nikolay Mitrofanov <30695496+name212@users.noreply.github.com> --- modules/002-deckhouse/hooks/change_host_ip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/002-deckhouse/hooks/change_host_ip.go b/modules/002-deckhouse/hooks/change_host_ip.go index 30b7f37781..849da3a8b7 100755 --- a/modules/002-deckhouse/hooks/change_host_ip.go +++ b/modules/002-deckhouse/hooks/change_host_ip.go @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License.. */