Skip to content

Commit 456636f

Browse files
committed
Renaming a command
1 parent 2720b24 commit 456636f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Execute the test suite:
101101
Start the OGO application:
102102

103103
```bash
104-
./tasks.sh execs
104+
./tasks.sh exec
105105
```
106106

107107
#### Format Code

tasks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function tests() {
9494
)
9595
}
9696

97-
function execs() {
97+
function exec() {
9898
check_deps || \
9999
{ echo "Dependencies not satisfied. Please install with: ./tasks.sh install_deps"; return 1; }
100100
echo "Please make sure you have ran ./tasks.sh compile"

0 commit comments

Comments
 (0)