Skip to content

Commit 63ce936

Browse files
committed
chore: new naming operation
1 parent 2445d93 commit 63ce936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin_scripts/base/jssource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def jssource_walker(arguments, directory_name, names):
152152
# operation that is going to be performed and
153153
# then runs the operation with the correct path
154154
extra.echo(
155-
"Transforming javascript source file (beautify): %s" % valid_complete_name
155+
"Transforming JavaScript source file (beautify): %s" % valid_complete_name
156156
)
157157
jssource_file(valid_complete_name)
158158

0 commit comments

Comments
 (0)