Skip to content

Commit 316d221

Browse files
garlickmergify[bot]
authored andcommitted
flux-job: rename kill/raise source file
Problem: 'flux job cancel' was removed but job/cancel.c still exists, containing the 'kill' and 'raise' subcommands. Rename the source file to job/kill.c/
1 parent 0730f5f commit 316d221

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cmd/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ flux_job_SOURCES = \
160160
job/id.c \
161161
job/namespace.c \
162162
job/urgency.c \
163-
job/cancel.c \
163+
job/kill.c \
164164
job/eventlog.c \
165165
job/info.c \
166166
job/stats.c \
File renamed without changes.

0 commit comments

Comments
 (0)