Skip to content

Commit e1ae16d

Browse files
committed
fix
1 parent 3b9101c commit e1ae16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
COPY ctx /usr/local/bin/ctx
155155
RUN chmod +x /usr/local/bin/ctx
156156
157-
RUN /usr/local/bin/ctx completion | sudo tee /etc/bash_completion.d/ctx
157+
RUN /usr/local/bin/ctx completion | tee /etc/bash_completion.d/ctx
158158
159159
ENTRYPOINT ["ctx"]
160160
EOF

0 commit comments

Comments
 (0)