Skip to content

Commit 4527fb0

Browse files
committed
Fixed coding standard
1 parent 9e55ad1 commit 4527fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-locales.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function glob_recursive($pattern, $flags = 0) {
3333
putenv("LANG=C");
3434
log_and_exec("xgettext $source_files -D $dir -o $dir/locales/singlesignon.pot" .
3535
" -L PHP --add-comments=TRANS --from-code=UTF-8 --force-po --keyword=__sso" .
36-
" --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
36+
" --package-name=singlesignon --package-version=" . PLUGIN_SINGLESIGNON_VERSION .
3737
" --msgid-bugs-address=https://github.com/edgardmessias/glpi-singlesignon/issues");
3838

3939
// Replace some KEYWORDS

0 commit comments

Comments
 (0)