Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jon77p committed Dec 30, 2023
1 parent 7f840af commit bf2f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdktf/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Setup1Password(scope: Construct) {
command: `ARCH="amd64"; \

Check warning on line 11 in cdktf/secrets.ts

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

cdktf/secrets.ts#L11

The key 'command' is not sorted alphabetically
OP_VERSION="v$(curl https://app-updates.agilebits.com/check/1/0/CLI2/en/2.0.0 -s | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')"; \

Check warning on line 12 in cdktf/secrets.ts

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

cdktf/secrets.ts#L12

Unnecessary escape character: \..
curl -sSfo op.zip \
https://cache.agilebits.com/dist/1P/op2/pkg/"$OP_VERSION"/op_linux_"$ARCH"_"$OP_VERSION".zip \
"https://cache.agilebits.com/dist/1P/op2/pkg/$OP_VERSION/op_linux_$ARCH_$OP_VERSION.zip" \
&& mkdir -p tools \
&& unzip -od tools op.zip \
&& rm op.zip \
Expand Down

0 comments on commit bf2f99a

Please sign in to comment.