diff options
author | Erik Arvstedt <erik.arvstedt@gmail.com> | 2022-03-26 11:32:37 +0100 |
---|---|---|
committer | Erik Arvstedt <erik.arvstedt@gmail.com> | 2022-03-26 11:32:37 +0100 |
commit | 679b3b32c952eed3c3be6c450c8189948e5645cd (patch) | |
tree | e4bda9d6a0af9c84d0a8b46db50737bb9fd5006f /src/libcmd/installables.cc | |
parent | 8ad485ea893862029e02cb560a15fd276753b04f (diff) |
Minor comment fix
Diffstat (limited to 'src/libcmd/installables.cc')
-rw-r--r-- | src/libcmd/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 784117569..2dc6c3ff8 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -935,7 +935,7 @@ InstallablesCommand::InstallablesCommand() void InstallablesCommand::prepare() { if (_installables.empty() && useDefaultInstallables()) - // FIXME: commands like "nix install" should not have a + // FIXME: commands like "nix profile install" should not have a // default, probably. _installables.push_back("."); installables = parseInstallables(getStore(), _installables); |