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 6feae65 commit 8b504d4Copy full SHA for 8b504d4
scripts/helpers.sh
@@ -112,7 +112,7 @@ _RESURRECT_DIR="$(resurrect_dir)"
112
113
resurrect_file_path() {
114
if [ -z "$_RESURRECT_FILE_PATH" ]; then
115
- local timestamp="$(date +"%Y-%m-%dT%H:%M:%S")"
+ local timestamp="$(date +"%Y-%m-%dT%H-%M-%S")"
116
echo "$(resurrect_dir)/${RESURRECT_FILE_PREFIX}_${timestamp}.${RESURRECT_FILE_EXTENSION}"
117
else
118
echo "$_RESURRECT_FILE_PATH"
0 commit comments