Skip to content

Commit d33142f

Browse files
authored
1 parent 9e3c4f6 commit d33142f

File tree

1 file changed

+1
-1
lines changed
  • features/src/utils/opt/devcontainer/bin/creds/s3

1 file changed

+1
-1
lines changed

features/src/utils/opt/devcontainer/bin/creds/s3/schedule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _creds_s3_schedule() {
3030

3131
cat <<________EOF | tee -a /var/log/devcontainer-utils/creds-s3.log
3232
$(date --date="@${now}")
33-
Scheduling cron to regerate S3 creds $(date -u --date="@$((ttime - now))" '+%T') from now.
33+
Scheduling cron to regenerate S3 creds $(date -u --date="@$((ttime - now))" '+%T') from now.
3434
________EOF
3535

3636
cat <<________EOF | crontab -u "$(whoami)" -

0 commit comments

Comments
 (0)