Skip to content

Commit 8a7bfc3

Browse files
authored
... (#1366)
1 parent b146909 commit 8a7bfc3

File tree

1 file changed

+2
-2
lines changed
  • getting_started/setup_vm/roles/ccf_install/vars

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workspace: "/tmp/"
22
ccf_ver: "latest"
33
ccf_tarball: "ccf.tar.gz"
4-
ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/' + ccf_ver }}"
5-
ccf_url: "https://github.com/microsoft/CCF/releases/ccf-{{ ccf_suffix }}/{{ ccf_tarball }}"
4+
ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/ccf-' + ccf_ver }}"
5+
ccf_url: "https://github.com/microsoft/CCF/releases/{{ ccf_suffix }}/{{ ccf_tarball }}"
66
ccf_prefix: "/opt/openenclave"

0 commit comments

Comments
 (0)