Compare commits

..

No commits in common. "8f47f7e5034c57952ce82ef49a063765ff0bba06" and "96af13628e050b8272b1e034dc49c40666441353" have entirely different histories.

View File

@ -2,8 +2,8 @@
set -eo pipefail
SCAFFOLD_VERSION="${SCAFFOLD_VERSION:-0.0.3}"
RELEASE_INFO_URL="https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/${SCAFFOLD_VERSION}"
SCAFFOLD_VERSION=${SCAFFOLD_VERSION:-0.0.2}
RELEASE_INFO_URL=https://forge.cadoles.com/api/v1/repos/wpetit/scaffold/releases/tags/0.0.2
function assert_command_available {
local command=$1