Use single-quoted strings in justfile
type: reform
This commit is contained in:
parent
2515399081
commit
f17527e58e
4
justfile
4
justfile
|
@ -2,11 +2,11 @@ default: watch
|
||||||
|
|
||||||
version := `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml | head -1`
|
version := `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml | head -1`
|
||||||
|
|
||||||
bt := "0"
|
bt := '0'
|
||||||
|
|
||||||
export RUST_BACKTRACE := bt
|
export RUST_BACKTRACE := bt
|
||||||
|
|
||||||
log := "warn"
|
log := 'warn'
|
||||||
|
|
||||||
export RUST_LOG := log
|
export RUST_LOG := log
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user