Skip to content

Commit

Permalink
fix: specify k8s pod container in ig.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Feb 8, 2025
1 parent 6c92603 commit 5c39528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/instagram/ig.fish
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
# unzip, copy to app pod, and pass to mgmt cmd
gunzip $file.gz
and k cp $file (k8 pod):/tmp/$file
and k exec (k8 pod) -- python manage.py instagram --json /tmp/$file
and k exec (k8 pod) --container app -- python manage.py instagram --json /tmp/$file
if [ $status -eq 0 ]
rm $file
end

0 comments on commit 5c39528

Please sign in to comment.