Skip to content

Commit 3baff92

Browse files
committed
Fix the headers of dockerize snippets
1 parent a476707 commit 3baff92

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dockerfile-mode/dockerize-alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- mode: snippet -*-
2-
# name: Seong Yong-ju
2+
# contributor: Seong Yong-ju
3+
# name: dockerize for Alpine Images
34
# key: dockerize-alpine
45
# expand-env: ((yas-indent-line 'fixed))
56
# --

dockerfile-mode/dockerize-ubuntu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- mode: snippet -*-
2-
# name: Seong Yong-ju
2+
# contributor: Seong Yong-ju
3+
# name: dockerize for Ubuntu Images
34
# key: dockerize-ubuntu
45
# expand-env: ((yas-indent-line 'fixed))
56
# --

0 commit comments

Comments
 (0)