Skip to content
Snippets Groups Projects
Commit b12c315f authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Fix copy/paste typo

parent fe5e194d
No related branches found
No related tags found
2 merge requests!469update production,!437Fix the swap configuration for hro-cloud and matches production
Pipeline #5895 failed
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}; };
swapDevices = [ { swapDevices = [ {
device = "/dev/disk/by-uuid/51e0652f-46c9-4150-95a1-223f37154d4f"; } device = "/dev/disk/by-uuid/51e0652f-46c9-4150-95a1-223f37154d4f";
randomEncryption = true; randomEncryption = true;
} ]; } ];
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
}; };
swapDevices = [ { swapDevices = [ {
device = "/dev/disk/by-uuid/b02af75a-ea3a-47cf-ad40-c6611ee4dc09"; } device = "/dev/disk/by-uuid/b02af75a-ea3a-47cf-ad40-c6611ee4dc09";
randomEncryption = true; randomEncryption = true;
} ]; } ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment