We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01876f1 commit c105f97Copy full SHA for c105f97
test/fixtures/iac/drift/args-echo.sh
@@ -1,2 +1,2 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
node iac/drift/args-echo.js $@
test/fixtures/iac/drift/download-test.sh
@@ -1,4 +1,4 @@
echo -n "download ok" >&2
3
# We exit in failure here to prevent driftctl fmt to be launched
4
# The goal in this test is only to test that the file has been downloaded
0 commit comments