Skip to content

Commit b3cd55a

Browse files
committed
fix: typo
1 parent 2fa9435 commit b3cd55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible-nix/tasks/stage2/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
- name: Remove osquery
7777
become: yes
7878
shell: |
79-
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile osquery"
79+
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile remove osquery"

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.50-nix-staged"
1+
postgres-version = "15.6.1.51-nix-staged"

0 commit comments

Comments
 (0)