Skip to content

Commit adb6f33

Browse files
committed
fix: trailing slash
1 parent 3cac98b commit adb6f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eirctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tasks:
8989
context: bash
9090
command:
9191
- |
92-
sed -i 's|github.com/DevLabFoundry/configmanager-plugin-awsparamstr||g' .coverage/out
92+
sed -i 's|github.com/DevLabFoundry/configmanager-plugin-awsparamstr/||g' .coverage/out
9393
echo "Coverage file first 20 lines after conversion:"
9494
head -20 .coverage/out
9595
echo "Coverage file line count:"

0 commit comments

Comments
 (0)