Skip to content

Commit 75b054b

Browse files
Fix cache-version parameter for install_sdk_and_pub (#37)
Co-authored-by: Mateo Arboleda <mateo.arboleda@circleci.com>
1 parent 03dedb4 commit 75b054b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/install_sdk_and_pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ steps:
2929
install-location: <<parameters.install-location>>
3030
- install_pub:
3131
app-dir: <<parameters.app-dir>>
32-
cache-version: <<parameters.app-dir>>
32+
cache-version: <<parameters.cache-version>>

0 commit comments

Comments
 (0)