Skip to content

Commit d0c543d

Browse files
tcurdtEnzime
authored andcommitted
[fix] added missing single quote in script
1 parent ca27b88 commit d0c543d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ let
108108
else if hasDiskoModuleFlake then
109109
(builtins.getFlake flake).nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}
110110
or (pkgs.writeShellScriptBin "disko-compat-error" ''
111-
echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}` >&2
111+
echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}`' >&2
112112
echo ' not found in flake `${flake}`!' >&2
113113
echo ' This is probably caused by the locked version of disko in the flake' >&2
114114
echo ' being different from the version of disko you executed.' >&2

0 commit comments

Comments
 (0)