Skip to content

Commit 9407cb1

Browse files
committed
Fix comment in scripts
1 parent 9ad7dbb commit 9407cb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bin/setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
2-
#/ Usage: bin/test [<configuration>]
3-
#/ Description: Runs all the tests for the target frameworks: netstandard2.1 and net8.0
2+
#/ Usage: bin/setup
3+
#/ Description: Sets up the dependencies needed to develop this project
44
source bin/helpers/_utils.sh
55
set_source_and_root_dir
66

bin/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
2-
#/ Usage: bin/test [<configuration>]
3-
#/ Description: Runs all the tests for the target frameworks: netstandard2.1 and net8.0
2+
#/ Usage: bin/test
3+
#/ Description: Runs all the unit tests for this project
44
source bin/helpers/_utils.sh
55
set_source_and_root_dir
66

0 commit comments

Comments
 (0)