diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 02:29:46 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-05-28 02:29:46 -0400 |
commit | 45a802e845f19c2934141df77e8ab82c21a41109 (patch) | |
tree | eee0a8b92bbf0afc2f4c068f7ae6e75bd53e31e5 /bin | |
parent | 1bbdb048da022cba2b0e9e3671d065689f1af893 (diff) |
update name in copyright
Use full name.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/image | 2 | ||||
-rwxr-xr-x | bin/image-push | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env bash # # SPDX-License-Identifier: ISC -# Copyright © 2022 siddharth <s@ricketyspace.net> +# Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> REPO="public.ecr.aws/w3h8c8i8/peach" TAG=$(date +%Y%m%d%H%M%S) diff --git a/bin/image-push b/bin/image-push index 1eb6b56..5f572d4 100755 --- a/bin/image-push +++ b/bin/image-push @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # SPDX-License-Identifier: ISC -# Copyright © 2022 siddharth <s@ricketyspace.net> +# Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> REPO="public.ecr.aws/w3h8c8i8/peach" |