pls: fixed perm argument to pass via pls

This commit is contained in:
Nabeen Tiwaree 2024-10-12 05:43:52 -04:00 committed by GitHub
parent 2b13611eae
commit d57112db87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ with lib;
"alias ls=@pls@/bin/pls"
assertFileContains \
home-files/.bashrc \
"alias ll='@pls@/bin/pls -d perms -d user -d group -d size -d mtime -d git'"
"alias ll='@pls@/bin/pls -d perm -d user -d group -d size -d mtime -d git'"
'';
};
}