Skip to content

Commit efbd8f6

Browse files
committed
Fix shell error in fancy CLI example
1 parent 5bd1d79 commit efbd8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipedream --bucket images --path pets/puppy.jpg < puppy.jpg
2525

2626
# Get fancy
2727
export now=$(date +"%Y-%m-%d_%H:%M:%S_%Z")
28-
cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$(now).rdb.gz
28+
cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$now.rdb.gz
2929

3030
# For more info
3131
pipedream -h

0 commit comments

Comments
 (0)