We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2720b24 commit 456636fCopy full SHA for 456636f
2 files changed
README.md
@@ -101,7 +101,7 @@ Execute the test suite:
101
Start the OGO application:
102
103
```bash
104
-./tasks.sh execs
+./tasks.sh exec
105
```
106
107
#### Format Code
tasks.sh
@@ -94,7 +94,7 @@ function tests() {
94
)
95
}
96
97
-function execs() {
+function exec() {
98
check_deps || \
99
{ echo "Dependencies not satisfied. Please install with: ./tasks.sh install_deps"; return 1; }
100
echo "Please make sure you have ran ./tasks.sh compile"
0 commit comments