Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
unman committed Aug 16, 2019
1 parent 03994f1 commit 051afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/qubes-core-agent.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ debug() {
}

is_static() {
[ -f "/lib/sytemd/system/$1" ] && ! grep -q '^[[].nstall]' "/lib/systemd/system/$1"
[ -f "/lib/systemd/system/$1" ] && ! grep -q '^[[].nstall]' "/lib/systemd/system/$1"
}

is_masked() {
Expand Down

0 comments on commit 051afaa

Please sign in to comment.