Skip to content

Commit a4f4594

Browse files
committed
echo fix linter
1 parent 9661451 commit a4f4594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/releaser/scripts/preview-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ npm exec -c "replace-in-file '/$OLD_PACKAGE/g' '$NEW_PACKAGE' $VERSION_UPDATE_PA
2121
echo "Add preview version to examples go.mod"
2222
(cd "$examples_path" && go get $NEW_PACKAGE)
2323

24-
# Fix import order issues
25-
goimports -w .
24+
echo "Fix import order issues"
25+
goimports -l -w .

0 commit comments

Comments
 (0)