Skip to content

Commit 34e79f5

Browse files
author
si1242
authored
Fix typo at line 69
I found a typo in this document at line 69. "./" should be removed, because $HDK_COMMON_DIR returns the full path.
1 parent c7575f3 commit 34e79f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdk/cl/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To be notified via e-mail when the build completes:
6666

6767
```
6868
69-
$ ./$HDK_COMMON_DIR/scripts/notify_via_sns.py
69+
$ $HDK_COMMON_DIR/scripts/notify_via_sns.py
7070
7171
```
7272

0 commit comments

Comments
 (0)