Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 6, 2024
1 parent d0c495a commit 6ef7575
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions content/docs/Scripting/Justfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ publish:
rm -rf {{tarball}} {{tardir}}
```

This one can be really usefull to define a default value which can be redefine with env variable:

```bash
# in terminal:
export REPOSITORY=gitlab.com

# in justfile
REPOSITORY := env_var_or_default('REPOSITORY', "github.com")
```



## Sources

Expand Down
2 changes: 1 addition & 1 deletion content/docs/Scripting/Powershell/mysql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2023-08-01T21:00:00+08:00
title: Parsing
title: Mysql
navWeight: 90 # Upper weight gets higher precedence, optional.
series:
- Powershell
Expand Down

0 comments on commit 6ef7575

Please sign in to comment.