Skip to content

Commit a7ef94a

Browse files
committed
Rename tests -> demos to be more in line with other projects
1 parent 1be9f73 commit a7ef94a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)
77

8-
### [v0.1.0](https://github.com/DevelopersToolbox/ini-file-parser/releases/v0.1.0)
8+
### [Unreleased](https://github.com/DevelopersToolbox/ini-file-parser/compare/v0.1.0...HEAD)
99

10-
> Released on February, 18th 2021
10+
- Rename tests -> demos to be more in line with other projects [`[head]`](https://github.com/DevelopersToolbox/ini-file-parser/commit/)
1111

12-
- The initial commit [`[head]`](https://github.com/DevelopersToolbox/ini-file-parser/commit/)
12+
- The initial commit [`[1be9f73]`](https://github.com/DevelopersToolbox/ini-file-parser/commit/1be9f731866391877af53f826b5d4147fe6a7a12)
1313

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ini-file-parser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare show_config_errors
3030
# -------------------------------------------------------------------------------- #
3131
# Any values that are found outside of a defined section need to be put somewhere #
3232
# so they can be recalled as needed. Sections is set up with a 'default' for this #
33-
# purpose.
33+
# purpose. #
3434
# -------------------------------------------------------------------------------- #
3535

3636
DEFAULT_SECTION='default'

0 commit comments

Comments
 (0)