Skip to content

Commit 8c69f92

Browse files
committed
fix :(
1 parent 323d7d7 commit 8c69f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/format-go-code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "$FILEPATH" == *"tests/slo/"* ]]
1111
then
1212
gci write --skip-generated -s standard -s default -s "prefix(slo)" "$FILEPATH"
1313
elif [ "$FILEPATH" == *"examples/"* ]; then
14-
gci write --skip-generated -s standard -s default -s "examples" "$FILEPATH"
14+
gci write --skip-generated -s standard -s default -s "prefix(examples)" "$FILEPATH"
1515
else
1616
gci write --skip-generated -s standard -s default -s "prefix(github.com/ydb-platform/ydb-go-sdk/v3)" "$FILEPATH"
1717
fi

0 commit comments

Comments
 (0)