Skip to content

Commit dd7b9a5

Browse files
authored
Use uppercase C for LANG
1 parent 8cf6471 commit dd7b9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/documentation/developer/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apt-get install vim git build-essential make devscripts dialog osc
2323
1. Create release commit:
2424

2525
```shell
26-
%> export LANG=c
26+
%> export LANG=C
2727
%> NEW_VERSION=1.5.0
2828
%>
2929
%> git clone https://github.com/naemon/naemon-core

0 commit comments

Comments
 (0)