mirror of https://gitlab.com/dabruh/dotfiles.git
Update container image path
This commit is contained in:
parent
64228a6f3f
commit
b27eda3264
|
@ -33,7 +33,7 @@ to_code="$(grep "^$to=" "$map" | cut -d '=' -f2)"
|
|||
|
||||
echo "$from=$from_code,$to=$to_code" >"$FILE"
|
||||
|
||||
translation="$(docker run --rm --attach STDOUT --name dmenugtranslate gtranslate:latest gtranslate-query "$from_code" "$to_code" "$text")"
|
||||
translation="$(docker run --rm --attach STDOUT --name dmenugtranslate git.jilits.se/jilits/gtranslate:0.1.0 gtranslate-query "$from_code" "$to_code" "$text")"
|
||||
rc=$?
|
||||
|
||||
if [ $rc -ne 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue