Skip to content

Commit

Permalink
fix: type noop -> nop
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 27, 2023
1 parent 939a128 commit 27209fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sift/desktop.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include:
- sift.include-desktop

sift-desktop-version-file:
test.noop:
test.nop:
- name: install-complete
- require:
- sls: sift.include-server
Expand Down
2 changes: 1 addition & 1 deletion sift/server.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include:
- sift.include-server

sift-server-version-file:
test.noop:
test.nop:
- name: install-complete
- require:
- sls: sift.include-server
Expand Down

0 comments on commit 27209fb

Please sign in to comment.