Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devpod-wrapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Parse the env var DEVPOD_ADDITIONAL_ENV_VARS set by the desktop application when calling the CLI to propogate env vars back to the host from the sandbox
function env_to_args() {
Expand Down Expand Up @@ -43,4 +43,4 @@ else
fi

# We need to have it into this path so that the host is able to open it with flatpak-spawn
/usr/bin/flatpak-spawn $(env_to_args) --host "${XDG_DATA_HOME}/devpod-cli" "$@"
/usr/bin/flatpak-spawn $(env_to_args) --host "${XDG_DATA_HOME}/devpod-cli" "$@"