Browse Source

PACKAGING.md: Fix language tags of code fences.

Qi Xiao 2 years ago
parent
commit
280834b32b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PACKAGING.md

+ 2 - 2
PACKAGING.md

@@ -15,7 +15,7 @@ distribution you are building for, and any patch level you have applied for
 Elvish. This will allow Elvish developers to easily identify any
 distribution-specific issue:
 
-```
+```sh
 go build -ldflags '-X src.elv.sh/pkg/buildinfo.BuildVariant=deb1' ./cmd/elvish
 ```
 
@@ -72,7 +72,7 @@ of the following parts:
 If that doesn't work for your build environment, the output of `elvish -version`
 will instead be:
 
-```sh
+```
 0.19.0-dev.unknown
 ```