Skip to content

Commit 6ae1068

Browse files
committed
Replaced deprecated tar_options with options
1 parent 4d369ce commit 6ae1068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/binary.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Extract binary package:
2828
- source_hash: {{ checksum }}
2929
- source: /usr/local/src/{{ pkgname }}.tar.gz
3030
- archive_format: tar
31-
- tar_options: {{ tar_options }}
31+
- options: {{ tar_options }}
3232
- if_missing: /usr/local/src/{{ pkgname }}
3333
- require:
3434
- file: Get binary package

0 commit comments

Comments
 (0)