Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f39f11

Browse files
committedJan 14, 2025··
chore: use sudo in alias
Signed-off-by: gatici <[email protected]>
1 parent 630167e commit 0f39f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ check-reuse:
113113
run-aiab:
114114
$(eval VERSION := $(shell cat VERSION))
115115
@echo "version is $(VERSION)"
116-
alias kubectl=`microk8s.kubectl`
116+
alias kubectl=`sudo microk8s.kubectl`
117117
rm -rf $(HOME)/aether-in-a-box
118118
cd $(HOME) && \
119119
git clone https://github.com/gab-arrobo/aether-in-a-box && \

0 commit comments

Comments
 (0)
Please sign in to comment.