We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1d79 commit efbd8f6Copy full SHA for efbd8f6
README.md
@@ -25,7 +25,7 @@ pipedream --bucket images --path pets/puppy.jpg < puppy.jpg
25
26
# Get fancy
27
export now=$(date +"%Y-%m-%d_%H:%M:%S_%Z")
28
-cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$(now).rdb.gz
+cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$now.rdb.gz
29
30
# For more info
31
pipedream -h
0 commit comments