Skip to content

Commit

Permalink
Date for subdirectory should match the meetup's date
Browse files Browse the repository at this point in the history
  • Loading branch information
biocyberman committed Sep 20, 2018
1 parent bd1502b commit 50a4f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For example, this bash command creates directory structure for "Benchmarking" to

```bash

mkdir -p $(date +%y%m%d)_Benchmarking/{presentation,codelabs}
mkdir -p 180920_Benchmarking/{presentation,codelabs}

```

Expand Down

0 comments on commit 50a4f4e

Please sign in to comment.